-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 908 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 908 Bytes
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
{
"name": "redex-scripts",
"version": "0.1.0",
"scripts": {
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"bundle": "npm run build && rollup -c"
},
"bin": {
"fetch_published": "bin/fetch_published.js",
"fetch_unpublished": "bin/fetch_unpublished.js",
"lint_packages": "bin/lint_packages.js",
"lint_remote": "bin/lint_remote.js",
"update_search_index": "bin/update_search_index.js",
"validate_sources": "bin/validate_sources.js"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@glennsl/bs-json": "github:glennsl/bs-json#next",
"@glennsl/rebase": "^0.2.1",
"algoliasearch": "^3.27.1",
"bs-platform": "^3.1.5",
"isomorphic-fetch": "^2.2.1",
"refetch": "github:glennsl/refetch#58f16e1",
"rollup": "^0.56.5"
},
"dependencies": {}
}