forked from JeremyMahieu/angular-json-refs-interceptor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 879 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
{
"name": "angular-json-refs-interceptor",
"version": "1.1.1",
"description": "Interceptor for Angular when using Json.NET's PreserveReferencesHandling",
"main": "dist/refs.interceptor.js",
"types": "dist/refs.interceptor.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AStove/angular-json-refs-interceptor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AStove/angular-json-refs-interceptor/issues"
},
"homepage": "https://github.com/AStove/angular-json-refs-interceptor#readme",
"dependencies": {
"@angular/common": "^16.0.2",
"@angular/core": "^16.0.2",
"jspon": "^1.0.1",
"rxjs": "^7.4.0"
},
"devDependencies": {
"typescript": "^5.1.6"
}
}