forked from reasonml-community/Mareo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 911 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
{
"name": "mareo",
"private": true,
"version": "0.0.0",
"description": "Fork of https://github.com/mahsu/MariOCaml, compiled using BuckleScript instead of js_of_ocaml",
"main": "index.js",
"scripts": {
"start": "esbuild src/Mareo.js --bundle --outfile=play/all.js --watch & live-server ./play",
"build": "rescript",
"clean": "rescript clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml-community/Mareo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/reasonml-community/Mareo/issues"
},
"homepage": "https://github.com/reasonml-community/Mareo#readme",
"devDependencies": {
"@rescript/react": "^0.10.3",
"esbuild": "^0.12.15",
"live-server": "^1.2.1",
"reanalyze": "^2.6.0",
"rescript": "^9.1.4"
}
}