forked from haven-life/amorphic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 913 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@havenlife/amorphic-framework",
"version": "0.1.0",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"setup": "lerna bootstrap",
"build": "lerna run prepublishOnly",
"test": "lerna run test",
"test:ts": "lerna run test:ts",
"test:supertype": "lerna run test --scope=@havenlife/supertype",
"test:ts:supertype": "lerna run test:ts --scope=@havenlife/supertype",
"test:semotus": "lerna run test --scope=@havenlife/semotus",
"test:ts:semotus": "lerna run test:ts --scope=@havenlife/semotus",
"test:persistor": "lerna run test --stream --scope=@havenlife/persistor",
"test:ts:persistor": "lerna run test:ts --scope=@havenlife/persistor",
"test:amorphic": "lerna run test --scope=amorphic",
"test:ts:amorphic": "lerna run test:ts --scope=amorphic",
"lint": "lerna run lint"
},
"devDependencies": {
"lerna": "^3.20.2"
}
}