-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 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
42
43
44
45
46
{
"name": "spgi",
"version": "0.2.1",
"main": "index.js",
"bin": {
"spgi": "dist/cli.js"
},
"files": [
"dist"
],
"repository": "nju33/slack-post-github-issues",
"author": "nju33 <nju33.ki@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"cli-clear": "^1.0.4",
"cron": "^1.3.0",
"date-fns": "^1.29.0",
"figures": "^2.0.0",
"gh-got": "^7.0.0",
"got": "^8.3.1",
"ink": "^0.5.0",
"keypress": "^0.2.1",
"lodash": "^4.17.10",
"pad": "^2.1.0",
"term-size": "^1.2.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"@babel/register": "^7.0.0-beta.49",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-plumber": "^1.2.0",
"prettier": "^1.12.1"
},
"scripts": {
"dev": "npx gulp",
"build": "babel src/*.js --out-dir dist",
"prepare": "yarn build"
}
}