-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
{
"name": "ng-process-env",
"version": "16.0.5",
"description": "**ng-process-env** will help you to retrieve values from System Environment variables (process.env) and update relevant `environment.ts` file.",
"scripts": {
"prepublish": "npm run build",
"build": "tsc -p tsconfig.json",
"test": "npm run build && jest",
"all": "npm run build && npm pack"
},
"repository": {
"type": "git",
"url": "/~https://github.com/danduh/ng-process-env.git"
},
"keywords": [
"schematics",
"angular",
"typescript",
"builder",
"environment",
"var"
],
"builders": "./builders.json",
"author": "Daniel Ostrovsky",
"license": "MIT",
"schematics": "./src/collection.json",
"bugs": {
"url": "/~https://github.com/danduh/ng-process-env"
},
"homepage": "/~https://github.com/danduh/ng-process-env#readme",
"dependencies": {
"@angular-devkit/architect": "^0.1600.0",
"@angular-devkit/core": "^16.0.0",
"@angular-devkit/schematics": "^16.0.0",
"@ts-morph/common": ">= 0.19.0 < 1",
"ts-morph": "18.0.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@types/jasmine": "^4.3.1",
"@types/node": "^20.1.0",
"jasmine": "^4.6.0",
"jest": "^29.5.0",
"jest-preset-angular": "^13.1.0"
},
"main": "jest.config.js"
}