UNPKG

2.4 kBJSONView Raw
1{
2 "name": "gatsby-cli",
3 "description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4 "version": "2.8.18",
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.5.5",
14 "@babel/runtime": "^7.7.6",
15 "@hapi/joi": "^15.1.1",
16 "better-opn": "^1.0.0",
17 "bluebird": "^3.7.2",
18 "chalk": "^2.4.2",
19 "clipboardy": "^2.1.0",
20 "common-tags": "^1.8.0",
21 "configstore": "^5.0.0",
22 "convert-hrtime": "^3.0.0",
23 "core-js": "^2.6.11",
24 "envinfo": "^7.5.0",
25 "execa": "^3.4.0",
26 "fs-exists-cached": "^1.0.0",
27 "fs-extra": "^8.1.0",
28 "gatsby-core-utils": "^1.0.24",
29 "gatsby-telemetry": "^1.1.44",
30 "hosted-git-info": "^3.0.2",
31 "is-valid-path": "^0.1.1",
32 "lodash": "^4.17.15",
33 "meant": "^1.0.1",
34 "node-fetch": "^2.6.0",
35 "object.entries": "^1.1.0",
36 "opentracing": "^0.14.4",
37 "pretty-error": "^2.1.1",
38 "progress": "^2.0.3",
39 "prompts": "^2.3.0",
40 "react": "^16.12.0",
41 "redux": "^4.0.4",
42 "resolve-cwd": "^2.0.0",
43 "semver": "^6.3.0",
44 "signal-exit": "^3.0.2",
45 "source-map": "0.7.3",
46 "stack-trace": "^0.0.10",
47 "strip-ansi": "^5.2.0",
48 "update-notifier": "^3.0.1",
49 "uuid": "3.3.3",
50 "yargs": "^12.0.5",
51 "yurnalist": "^1.1.1"
52 },
53 "devDependencies": {
54 "@babel/cli": "^7.7.5",
55 "@babel/core": "^7.7.5",
56 "babel-preset-gatsby-package": "^0.2.14",
57 "cross-env": "^5.2.1"
58 },
59 "optionalDependencies": {
60 "ink": "^2.6.0",
61 "ink-spinner": "^3.0.1"
62 },
63 "files": [
64 "lib",
65 "scripts"
66 ],
67 "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli#readme",
68 "keywords": [
69 "gatsby"
70 ],
71 "license": "MIT",
72 "main": "lib/index.js",
73 "repository": {
74 "type": "git",
75 "url": "https://github.com/gatsbyjs/gatsby.git",
76 "directory": "packages/gatsby-cli"
77 },
78 "scripts": {
79 "build": "babel src --out-dir lib --ignore \"**/__tests__\"",
80 "prepare": "cross-env NODE_ENV=production npm run build",
81 "watch": "babel -w src --out-dir lib --ignore \"**/__tests__\"",
82 "postinstall": "node scripts/postinstall.js"
83 },
84 "yargs": {
85 "boolean-negation": false
86 },
87 "gitHead": "a9e404620b8d855b8c6f8ded028b93dab6071ead"
88}