-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@nobleai/rescript-prelude",
"version": "0.13.9",
"description": "NobleAI optinionated frame for unifying external core libraries",
"main": "index.js",
"repository": "https://github.com/noble-ai/rescript-prelude",
"author": "Alex Mouton ([email protected])",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"build": "rescript build",
"start": "rescript build -w",
"clean": "rescript clean",
"test": "vitest",
"pub": "yarn publish --scope nobleai --access public"
},
"dependencies": {
"rescript": "^10.1"
},
"devDependencies": {
"@nobleai/rescript-documentation": "^0.7.1",
"@nobleai/rescript-vitest": "^0.30.3",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rescript/react": "^0.11.0",
"@rescript/tools": "^0.5.0",
"jsdom": "^24.0.0",
"vitest": "^0.30.1"
},
"keywords": [
"rescript",
"prelude",
"nobleai"
]
}