forked from jamiebuilds/unstated
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 697 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 697 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
{
"name": "unstated-typescript",
"version": "2.1.7",
"description": "State so simple, it goes without saying. Unstated with typescript support.",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/shadowwalker/unstated",
"author": "Wei Wang <weiwio@outlook.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/react": "^16.8.8",
"jest": "^24.5.0",
"react": "^16.8.4",
"react-test-renderer": "^16.8.4",
"ts-jest": "^24.0.0",
"typescript": "^3.3.3"
},
"dependencies": {
"hoist-non-react-statics": "^3.3.0"
}
}