-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
44
{
"name": "root",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/voxable/cli.git"
},
"devDependencies": {
"@oclif/plugin-help": "^3",
"@oclif/test": "^1",
"@types/chai": "^4",
"@types/mocha": "^5",
"@types/node": "^10",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"axios": "0.21.1",
"chai": "^4",
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
"globby": "^10",
"lerna": "^4.0.0",
"lerna-changelog": "^1.0.1",
"mocha": "^5",
"nyc": "^14",
"ts-node": "^8",
"typescript": "^3.3",
"vuepress": "^1.8.2"
},
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1"
},
"scripts": {
"prepare": "node scripts/configure-references.js",
"check-env": "node -e 'console.log(process.env)' | grep npm",
"cli": "yarn workspace @voxable/cli local",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"workspaces": [
"packages/*"
]
}