-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pada",
"version": "0.1.6",
"description": "Command line interface for crul your todo list.",
"scripts": {
"start": "webpack --config ./webpack.config.js --progress --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./webpack.config.js",
"postinstall": "node -e \"console.log('\\u001b[32mThanks for using Pada, Enjoy your trip!')\" || exit 0"
},
"bin": {
"pada": "dist/@pada/pada.js"
},
"keywords": [
"pada",
"pada-todo-list",
"node-todo-list"
],
"author": "Haowen <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/cli-table2": "^0.2.1",
"@types/node": "^9.4.0",
"chalk": "^2.3.0",
"cli-table2": "^0.2.0",
"commander": "^2.13.0",
"inquirer": "^5.1.0",
"moment": "^2.20.1",
"node-emoji": "^1.8.1",
"node-timeter": "^1.0.4",
"sql.js": "^0.5.0",
"ts-loader": "^3.4.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"devDependencies": {
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3"
}
}