-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.22 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
50
51
52
53
54
55
{
"name": "react-ghost",
"version": "1.0.4",
"description": "react-ghost - it is logic/biseness layer, actors and workers",
"main": "lib/index.js",
"module": "es/index.js",
"types": "dts/index.d.ts",
"files": [
"lib",
"es",
"dts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/simprl/react-ghost.git"
},
"scripts": {
"build": "rimraf dist && tsc && rollup -c rollup.config.js",
"test": "jest",
"coverage": "jest --collectCoverage"
},
"peerDependencies": {
"react": ">=16.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/react": ">=16.0.0",
"babel-jest": "^27.0.6",
"jest": "^27.0.6",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.33.3",
"typescript": "^4.3.4"
},
"keywords": [
"react",
"ghost",
"logic",
"business",
"layer",
"actors",
"actor",
"worker",
"workers"
],
"author": "simprl",
"license": "MIT",
"bugs": {
"url": "https://github.com/simprl/react-ghost/issues"
},
"homepage": "https://github.com/simprl/react-ghost#readme"
}