-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "@andes/log",
"version": "3.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/andes/log.git"
},
"author": "Red TICs",
"license": "GPL-3.0",
"scripts": {
"lint": "tslint --project .",
"start": "node index.js",
"demo": "npm run tsc && node src/demo/index.js",
"tsc": "tsc",
"tsc:w": "tsc -w",
"prepublish": "tsc -p ./ --outDir dist/",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
},
"main": "./dist/index.js",
"dependencies": {
"moment": "^2.24.0",
"mongodb": "^3.2.7",
"mongoose": "^5.3.11",
"url-parse": "^1.1.9",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@types/jasmine": "2.5.45",
"@types/mongoose": "^5.3.27",
"@types/node": "^8.10.51",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"publish-please": "^5.2.0",
"rxjs-compat": "^6.2.2",
"ts-node": "~3.0.4",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.4"
}
}