UNPKG

1.53 kBJSONView Raw
1{
2 "name": "gatsby-cli",
3 "description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4 "version": "1.2.0-alpha.e9c3027b",
5 "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6 "bin": {
7 "gatsby": "lib/index.js"
8 },
9 "bugs": {
10 "url": "https://github.com/gatsbyjs/gatsby/issues"
11 },
12 "dependencies": {
13 "@babel/code-frame": "^7.0.0-beta.42",
14 "@babel/runtime": "^7.0.0-beta.42",
15 "bluebird": "^3.5.0",
16 "common-tags": "^1.4.0",
17 "convert-hrtime": "^2.0.0",
18 "core-js": "^2.5.0",
19 "execa": "^0.8.0",
20 "fs-extra": "^4.0.1",
21 "hosted-git-info": "^2.6.0",
22 "lodash": "^4.17.4",
23 "pretty-error": "^2.1.1",
24 "resolve-cwd": "^2.0.0",
25 "source-map": "^0.5.7",
26 "stack-trace": "^0.0.10",
27 "update-notifier": "^2.3.0",
28 "yargs": "^8.0.2",
29 "yurnalist": "^0.2.1"
30 },
31 "devDependencies": {
32 "@babel/cli": "^7.0.0-beta.42",
33 "@babel/core": "^7.0.0-beta.42",
34 "cross-env": "^5.1.4"
35 },
36 "files": [
37 "lib"
38 ],
39 "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli#readme",
40 "keywords": [
41 "gatsby"
42 ],
43 "license": "MIT",
44 "main": "lib/index.js",
45 "repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli",
46 "scripts": {
47 "build": "babel src --out-dir lib --ignore __tests__",
48 "prepublish": "cross-env NODE_ENV=production npm run build",
49 "watch": "babel -w src --out-dir lib --ignore __tests__"
50 },
51 "yargs": {
52 "boolean-negation": false
53 }
54}