-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 997 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
36
37
38
39
40
41
42
43
44
{
"name": "use-machine",
"version": "1.1.3",
"description": "Use Statecharts in React powered by XState",
"main": "lib/index.js",
"files": [
"lib/"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"test": "node_modules/.bin/jest --no-cache --coverage",
"build": "tsc"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"xstate": "^4.6.7"
},
"devDependencies": {
"@types/jest": "^24.0.9",
"@types/react": "16.8.5",
"@types/react-test-renderer": "16.8.1",
"jest": "^24.1.0",
"lodash.get": "^4.4.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-test-renderer": "16.12.0",
"ts-jest": "^24.0.0",
"typescript": "^3.3.3333",
"xstate": "^4.6.7"
},
"keywords": [
"xstate",
"react",
"react-hook",
"statecharts",
"state-machines",
"javascript"
],
"repository": "carloslfu/use-machine",
"author": "@carloslfu",
"license": "MIT"
}