-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 955 Bytes
/
package.json
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
{
"name": "clij",
"version": "0.0.2",
"description": "Clij is a common command line tools for automatic add deps for frontend developer.",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"schematics",
"authentication",
"authorization",
"angular",
"react",
"vue",
"ionic",
"react-native",
"express",
"typescript"
],
"author": "Phodal <[email protected]>",
"license": "MIT",
"repository": "https://github.com/twfe/clij",
"author": "",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^11.0.1",
"@angular-devkit/schematics": "^11.0.1",
"schematics-utilities": "^2.0.2",
"typescript": "~4.0.2"
},
"devDependencies": {
"@types/jasmine": "~3.5.0",
"@types/node": "^12.19.4",
"jasmine": "^3.5.0"
}
}