-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (34 loc) · 952 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
{
"name": "@hyper-hyper-space/react",
"version": "0.5.0",
"description": "React bindings for using Hyper Hyper Space objects as state.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/hyperhyperspace/hyperhyperspace-react.git"
},
"author": "Santiago Bazerque",
"license": "MIT",
"private": false,
"devDependencies": {
"@hyper-hyper-space/node-env": "0.12.0",
"@hyper-hyper-space/core": "0.12.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"ttypescript": "^1.5.12",
"typescript": "^4.3.5",
"@types/react": "^17.0.1",
"react": "^17.0.1"
},
"peerDependencies": {
"@hyper-hyper-space/core": "0.12.0",
"react": "^17.0.1"
},
"scripts": {
"build": "npx ttsc",
"clean": "rm -rf ./dist/*",
"winclean": "if exist dist (rmdir dist /s /q) && mkdir dist",
"test": "npx jest"
}
}