-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.9 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "angular-jest-scaffolder",
"version": "1.0.2",
"description": "An NPM package to scaffold Angular with Jest as the default testing framework.",
"main": "index.js",
"bin": {
"angular-jest-scaffolder": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"readme": "https://github.com/jaisayush/angular-jest-scaffolder/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/jaisayush/angular-jest-scaffolder.git"
},
"author": {
"name": "Ayush Jaiswal",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/jaisayush/angular-jest-scaffolder/issues"
},
"homepage": "https://github.com/jaisayush/angular-jest-scaffolder",
"license": "MIT",
"contributors": [
"Ayush Jaiswal <[email protected]>"
],
"keywords": [
"angular",
"jest",
"angular-jest",
"unit-testing",
"angular-cli",
"angular-boilerplate",
"angular-jest-scaffolder",
"angular-jest-integration",
"angular-jest-setup",
"jest-angular-cli",
"jest-angular-setup",
"typescript-jest",
"jest-scaffolding",
"jest-boilerplate",
"angular-jest-configuration",
"jest-angular-config",
"angular-testing-tools",
"jest-testing-framework",
"testing-framework",
"jest-test-runner",
"typescript-unit-tests",
"jest-cli-integration",
"angular-unit-testing",
"ng-jest",
"command-line-tool",
"test-automation-angular",
"cli",
"scaffolder",
"scaffolding",
"remove-jasmine",
"remove-karma",
"jasmine",
"karma"
],
"dependencies": {
"commander": "^12.1.0",
"json5": "^2.2.3",
"semver": "^7.6.3"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-preset-angular": "^14.2.4",
"@angular/cli": "^18.2.6"
},
"engines": {
"node": ">=18.0.0"
}
}