-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 914 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
25
26
27
28
29
30
31
32
33
34
{
"name": "angular-detective",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"angular-detective": "cli.js"
},
"scripts": {
"test": "eslint index.js test/test.js && mocha test/test.js",
"start": "node cli.js ../totaluniforms/src/app/app.component.ts",
"start:app": "node index.js ../total-uniforms/src/app/app.module.ts"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "^2.29.0",
"ast-module-types": "^2.6.0",
"chalk": "4.1.0",
"detective-typescript": "5.8.0",
"es6-set": "0.1.5",
"glob": "7.1.6",
"node-html-parser": "1.4.8",
"node-source-walk": "^4.2.0",
"print-tree": "0.1.5",
"typescript": "^3.8.3",
"yargs": "16.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"mocha": "^7.1.1"
},
"author": "Dylan Watson <dylanwatsonsoftware@gmail.com>",
"license": "ISC"
}