-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 KB
/
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
36
37
38
39
40
41
{
"name": "re-xstate",
"version": "0.1.0",
"description": "buckleScript bindings for xState",
"scripts": {
"build": "./node_modules/.bin/bsb -make-world",
"clean": "./node_modules/.bin/bsb -clean",
"dev": "./node_modules/.bin/bsb -make-world -w",
"docs": "bsdoc build -v --debug XState",
"test": "./node_modules/.bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happylinks/re-xstate.git"
},
"keywords": [
"xstate",
"reason",
"reasonml",
"bucklescript"
],
"author": "ambientlight",
"license": "MIT",
"bugs": {
"url": "https://github.com/happylinks/re-xstate/issues"
},
"homepage": "https://github.com/happylinks/re-xstate#readme",
"devDependencies": {
"@glennsl/bs-jest": "^0.4.9",
"bs-jest-dom": "^2.0.1",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.2.0",
"reason-cli": "^3.3.3-macos-1"
},
"dependencies": {
"@xstate/fsm": "^1.3.0",
"bs-platform": "^7.1.1",
"xstate": "^4.7.8"
},
"peerDependencies": {}
}