-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 761 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 761 Bytes
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
{
"name": "diffofhtmlsgenerator",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -C tsconfig.json **/*.ts"
},
"keywords": [],
"author": "Takeshi Kurosawa <taken.spc@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/log4js": "0.0.32",
"@types/mkdirp": "^0.3.29",
"diff": "^3.2.0",
"firebase-admin": "^4.2.1",
"log4js": "^1.1.1",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"parse5": "^3.0.2",
"twitter": "^1.7.0",
"typescript": "^2.3.2"
},
"private": true,
"engines": {
"node": "6.x"
},
"devDependencies": {
"tslint": "^5.2.0"
}
}