-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.69 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
56
57
{
"private": true,
"name": "@ablestack/reactive-domain-objects",
"version": "0.8.7",
"description": "A suite of packages to facilitate building and running graphs of Reactive Domain Objects",
"author": "jamshally",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ablestack/reactive-domain-objects"
},
"keywords": [
"json",
"typescript",
"graphql",
"react",
"reactjs",
"state-management",
"domain-models",
"mobx",
"mobx-state-tree",
"mox-react",
"observable",
"reactive",
"json-data",
"idempotent",
"imperative",
"reactive"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "tsc --build --verbose",
"rebuild": "tsc --build --force --verbose",
"pub": "npm run build && lerna publish --forcePublish",
"lpub": "npm run build && lerna run prepublishOnly --stream && yalc publish packages/rdo/dist/src --force --no-script && yalc publish packages/rdo-apollo-mobx-connector/dist/src --force --no-script",
"lpush": "npm run build && lerna run prepublishOnly --stream && yalc push packages/rdo/dist/src --force --no-script && yalc push packages/rdo-apollo-mobx-connector/dist/src --force --no-script",
"test": "npm run build && jest"
},
"devDependencies": {
"@ablestack/rdo": "^0.8.7",
"@ablestack/rdo-apollo-mobx-connector": "^0.8.7",
"babel-jest": "^26.6.3",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"mobx": "^6.0.4",
"path": "^0.12.7",
"shx": "^0.3.3",
"ts-jest": "^26.4.4",
"ts-node": "~9.0.0",
"tslib": "2.0.3",
"typescript": "^4.0.5"
},
"dependencies": {
"@types/jest": "^25.2.3"
}
}