-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.12 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.12 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
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
{
"name": "@opendecide/ngx-segment-analytics",
"version": "19.0.1",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "ng-packagr -p src/ng-package.json",
"build:watch": "yarn run build --watch",
"docs": "yarn run docs:build",
"docs:build": "compodoc -p tsconfig.json -n ngx-segment-analytics -d docs --hideGenerator",
"docs:serve": "yarn run docs:build -- -s",
"docs:watch": "yarn run docs:build -- -s -w",
"lint": "eslint",
"test": "echo 'not implemented yet'",
"test_not_yet": "tsc && karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/opendecide/ngx-segment-analytics"
},
"author": {
"name": "OpenDecide"
},
"keywords": [
"angular",
"segment"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/opendecide/ngx-segment-analytics/issues"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^19.0.2",
"@angular-eslint/eslint-plugin-template": "^19.0.2",
"@angular-eslint/template-parser": "^19.0.2",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/compiler-cli": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-browser-dynamic": "^19.0.6",
"@compodoc/compodoc": "^1.1.26",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@segment/analytics-next": "^1.76.1",
"@types/jasmine": "^5.1.5",
"@types/node": "^20.17.12",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"codelyzer": "^6.0.2",
"core-js": "^3.40.0",
"eslint": "^9.18.0",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^19.0.1",
"protractor": "~7.0.0",
"rxjs": "^7.8.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"zone.js": "0.15.0"
},
"engines": {
"node": ">=18.19.1"
}
}