-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 996 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
34
35
36
37
38
39
40
{
"name": "covfefe-tweet",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node index.js",
"build": "babel config.js index.js -d src && babel lib -d src/lib"
},
"bin": {
"covfefe": "src/index.js"
},
"author": "Philip",
"license": "ISC",
"preferGlobal": true,
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.5.1",
"babel-preset-stage-3": "^6.24.1"
},
"dependencies": {
"chalk": "^1.1.3",
"covfefe": "^2.1.0",
"figlet": "^1.2.0",
"babel-polyfill": "^6.26.0",
"fs-extra": "^3.0.1",
"inquirer": "^3.0.6",
"node-gyp": "^3.6.2",
"oauth-libre": "^0.9.15",
"opn": "^5.0.0",
"ora": "^1.2.0",
"path": "^0.12.7",
"speaker": "^0.3.0",
"twit": "^2.2.5"
}
}