-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cyrena",
"version": "0.20.7",
"description": "Composable Cycle.js with seamless React interop",
"main": "dist/powercycle.js",
"scripts": {
"madge": "madge --circular --basedir $(pwd) ./dist/**/*.js || exit 0",
"build": "tsc",
"start": "tsc --watch",
"test": "echo No tests for now | exit 0",
"prepublishOnly": "npm run build && npm test",
"postinstall": "patch-package || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarimarton/cyrena.git"
},
"keywords": [
"cyclejs",
"react",
"vdom",
"static",
"stream",
"frp",
"utility"
],
"author": "Marton Sari <sarimarton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sarimarton/cyrena/issues"
},
"homepage": "https://sarimarton.github.io/cyrena/",
"dependencies": {},
"peerDependencies": {
"@cycle/isolate": "^5.0.0",
"@cycle/state": "^1.2.0",
"@cycle/react": "^2.3.0",
"@cycle/react-dom": "^2.3.0",
"@types/react": "^16.9.22",
"react": "^16.8.3",
"xstream": "^11.10.0"
},
"devDependencies": {
"madge": "3.7.0",
"patch-package": "^6.2.2",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
}
}