UNPKG

2.27 kBJSONView Raw
1{
2 "name": "gatsby-cli",
3 "description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4 "version": "2.7.14",
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",
14 "@babel/runtime": "^7.0.0",
15 "@hapi/joi": "^15.1.0",
16 "better-opn": "^0.1.4",
17 "bluebird": "^3.5.0",
18 "chalk": "^2.4.2",
19 "ci-info": "^2.0.0",
20 "clipboardy": "^1.2.3",
21 "common-tags": "^1.4.0",
22 "configstore": "^4.0.0",
23 "convert-hrtime": "^2.0.0",
24 "core-js": "^2.5.0",
25 "envinfo": "^5.8.1",
26 "execa": "^0.8.0",
27 "fs-exists-cached": "^1.0.0",
28 "fs-extra": "^4.0.1",
29 "gatsby-telemetry": "^1.1.6",
30 "hosted-git-info": "^2.6.0",
31 "is-valid-path": "^0.1.1",
32 "lodash": "^4.17.14",
33 "meant": "^1.0.1",
34 "node-fetch": "^2.6.0",
35 "object.entries": "^1.1.0",
36 "opentracing": "^0.14.3",
37 "pretty-error": "^2.1.1",
38 "progress": "^2.0.3",
39 "prompts": "^2.1.0",
40 "react": "^16.8.4",
41 "resolve-cwd": "^2.0.0",
42 "semver": "^6.1.1",
43 "source-map": "0.5.7",
44 "stack-trace": "^0.0.10",
45 "strip-ansi": "^5.2.0",
46 "update-notifier": "^2.3.0",
47 "uuid": "3.3.2",
48 "yargs": "^12.0.5",
49 "yurnalist": "^1.0.5"
50 },
51 "devDependencies": {
52 "@babel/cli": "^7.0.0",
53 "@babel/core": "^7.0.0",
54 "babel-preset-gatsby-package": "^0.2.2",
55 "cross-env": "^5.1.4"
56 },
57 "optionalDependencies": {
58 "ink": "^2.0.5",
59 "ink-spinner": "^3.0.1"
60 },
61 "files": [
62 "lib"
63 ],
64 "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli#readme",
65 "keywords": [
66 "gatsby"
67 ],
68 "license": "MIT",
69 "main": "lib/index.js",
70 "repository": {
71 "type": "git",
72 "url": "https://github.com/gatsbyjs/gatsby.git",
73 "directory": "packages/gatsby-cli"
74 },
75 "scripts": {
76 "build": "babel src --out-dir lib --ignore \"**/__tests__\"",
77 "prepare": "cross-env NODE_ENV=production npm run build",
78 "watch": "babel -w src --out-dir lib --ignore \"**/__tests__\""
79 },
80 "yargs": {
81 "boolean-negation": false
82 },
83 "gitHead": "930533fccb1e172e01a40f2ce2a8a33d0b8e4d17"
84}