-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
{
"name": "root",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna run clean",
"build": "lerna run build",
"pub": "lerna publish",
"docs": "jsdoc2md --files ./packages/**/src/*.ts --configure ./docs.json > ./docs/README.md",
"lint": "eslint \"src/**/*.+(ts|js)\""
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"@types/app-root-path": "^1.2.4",
"@types/node": "^12.0.0",
"@types/string-template": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"chalk": "^2.4.2",
"del": "^4.1.1",
"dotenv": "^8.1.0",
"eslint": "^5.16.0",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^4.0.1",
"json-filter-loader": "^1.0.0",
"mocha": "^6.1.4",
"moment": "^2.24.0",
"ora": "^3.4.0",
"rimraf": "^2.6.3",
"string-template": "^1.0.0",
"ts-loader": "^5.4.5",
"ts-node": "^8.1.0",
"tslint-eslint-rules": "^5.4.0",
"lerna": "^3.16.4",
"typescript": "^3.6.2"
}
}