-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 990 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
{
"name": "proxy-states",
"description": "A plain proxy implementation to support a state object where you can define properties and actions.",
"version": "0.0.7",
"main": "dist/proxy-states.umd.js",
"browser": "dist/proxy-states.umd.js",
"browserExport": "ProxyStates",
"module": "dist/proxy-states.es.js",
"scripts": {
"build": "rollup -c",
"test": "jest --watch"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"jest": "^27.3.1",
"rollup": "^2.59.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/windmaomao/proxy-state.git"
},
"keywords": [
"proxy",
"state",
"react"
],
"author": "Fang Jin",
"license": "ISC",
"bugs": {
"url": "https://github.com/windmaomao/proxy-state/issues"
},
"homepage": "https://github.com/windmaomao/proxy-state#readme"
}