-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 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
{
"name": "@doubtfire-lms/entity-service",
"version": "1.0.6",
"description": "Simplify the management of a rich domain models in single page web applications.",
"main": "./lib/index.js",
"scripts": {
"build": "tsc -p .",
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
},
"keywords": [
"domain",
"entity service",
"nodejs",
"typescript",
"javascript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/doubtfire-lms/entity-service.git"
},
"author": "Andrew Cain",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/node": "^12.20.15",
"@angular/common": "^12.1.4",
"@angular/compiler": "^12.1.4",
"@angular/core": "^12.1.4",
"rxjs": "~6.6.0",
"ts-node": "~10.0",
"typescript": "~4.2.4"
},
"bugs": {
"url": "https://github.com/doubtfire-lms/entity-service/issues"
},
"homepage": "https://github.com/doubtfire-lms/entity-service#readme",
"directories": {
"lib": "lib"
},
"dependencies": {
"make-error": "^1.3.6",
"diff": "^4.0.2",
"buffer-from": "^1.1.2",
"create-require": "^1.1.1",
"source-map": "^0.6.1",
"source-map-support": "^0.5.19",
"arg": "^4.1.3",
"yn": "^3.1.1",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
}
}