-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 817 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 817 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
{
"name": "refocus_ppx",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "bsb -make-world -backend native",
"js": "bsb -make-world -backend js",
"check": "zsh -c './lib/bs/native/focus.native <(yarn -s bsrefmt --print binary --parse re < tests/Tests.re) >(yarn -s bsrefmt --parse binary)'",
"postinstall": "bsb -make-world -backend native; cp lib/bs/native/focus.native ./ppx",
"clean": "bsb -clean-world",
"test": "./lib/bs/native/tests.native",
"watch": "bsb -make-world -backend native -w"
},
"keywords": [
"Reason",
"lenses"
],
"repository": {
"url": "cem2ran/refocus",
"type": "git"
},
"description": "Lens creation made Reasonable™",
"author": "Cem Turan",
"license": "ISC",
"dependencies": {
"bsb-native": "4.0.7000"
}
}