-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 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
{
"name": "examples",
"version": "1.0.0",
"description": "artus-cli's examples",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .ts",
"tsc": "rm -rf dist && tsc",
"test": "mocha",
"cov": "c8 npm test",
"ci": "npm run cov"
},
"repository": {
"type": "git",
"url": "git@github.com:artus-cli/examples.git"
},
"author": "TZ",
"license": "MIT",
"homepage": "https://github.com/artus-cli/examples",
"dependencies": {
"@artus-cli/artus-cli": "^1.0.1",
"@artus/eslint-config-artus": "^0.0.1",
"@artus/tsconfig": "^1.0.1",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.13",
"c8": "^7.12.0",
"chalk": "^4.1.2",
"coffee": "^5.5.0",
"command-line-usage": "^6.1.3",
"eslint": "^8.29.0",
"inquirer": "^8.2.5",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"ora": "^5.4.1",
"pkg-up": "^3.1.0",
"progress": "^2.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.9.4"
}
}