forked from carloslfu/use-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 736 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
34
35
36
37
{
"name": "use-machine",
"version": "1.0.2",
"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": "echo hmm...",
"build": "tsc"
},
"peerDependencies": {
"react": "16.8.1",
"react-dom": "16.8.1",
"xstate": "^4.3.1"
},
"devDependencies": {
"react": "16.8.1",
"react-dom": "16.8.1",
"typescript": "^3.0.3",
"xstate": "^4.3.1"
},
"keywords": [
"xstate",
"react",
"react-hook",
"statecharts",
"state-machines",
"javascript"
],
"repository": "carloslfu/use-machine",
"author": "@carloslfu",
"license": "MIT"
}