-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 834 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
32
33
{
"name": "wechat-analysis",
"version": "1.0.0",
"description": "微信聊天记录分析",
"main": "index.js",
"scripts": {
"start": "babel-node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ld000/wechat-analysis.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/ld000/wechat-analysis/issues"
},
"homepage": "https://github.com/ld000/wechat-analysis#readme",
"dependencies": {
"fs": "0.0.1-security",
"moment": "^2.18.1",
"nodejieba": "^2.2.5",
"path": "^0.12.7",
"sqlite3": "^3.1.9"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1"
}
}