-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 971 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
{
"name": "@vdimensions/forest-js",
"version": "0.2.0",
"description": "Forest (Frontend Over REST) javascript client core",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"deep-equal": "^2.0.1",
"immutable": "4.0.0-rc.12",
"redux": "^4.0.5"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "13.9.2",
"redux-devtools-extension": "^2.13.8",
"redux-immutable-state-invariant": "^2.1.0",
"tslint": "^6.1.0",
"typescript": "3.8.3"
},
"author": "Virtual Dimensions",
"license": "Apache-2.0",
"homepage": "https://github.com/vdimensions/forest-js#readme",
"keywords": [
"forest",
"forest-js"
],
"bugs": {
"url": "https://github.com/vdimensions/forest-js/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}