UNPKG

1.8 kBJSONView Raw
1{
2 "name": "gatsby-telemetry",
3 "description": "Gatsby Telemetry",
4 "version": "1.1.52",
5 "author": "Jarmo Isotalo <jarmo@isotalo.fi>",
6 "bugs": {
7 "url": "https://github.com/gatsbyjs/gatsby/issues"
8 },
9 "dependencies": {
10 "@babel/code-frame": "^7.5.5",
11 "@babel/runtime": "^7.7.6",
12 "bluebird": "^3.7.2",
13 "boxen": "^4.2.0",
14 "configstore": "^5.0.0",
15 "envinfo": "^7.5.0",
16 "fs-extra": "^8.1.0",
17 "gatsby-core-utils": "^1.0.31",
18 "git-up": "4.0.1",
19 "is-docker": "2.0.0",
20 "lodash": "^4.17.15",
21 "node-fetch": "2.6.0",
22 "resolve-cwd": "^2.0.0",
23 "source-map": "^0.7.3",
24 "stack-trace": "^0.0.10",
25 "stack-utils": "1.0.2",
26 "uuid": "3.3.3"
27 },
28 "devDependencies": {
29 "@babel/cli": "^7.7.5",
30 "@babel/core": "^7.7.5",
31 "babel-jest": "^24.9.0",
32 "babel-preset-gatsby-package": "^0.2.17",
33 "cross-env": "^5.2.1",
34 "jest": "^24.9.0",
35 "jest-cli": "^24.9.0",
36 "jest-junit": "^6.4.0"
37 },
38 "files": [
39 "lib",
40 "src"
41 ],
42 "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry#readme",
43 "keywords": [
44 "telemetry"
45 ],
46 "license": "MIT",
47 "main": "lib/index.js",
48 "repository": {
49 "type": "git",
50 "url": "https://github.com/gatsbyjs/gatsby.git",
51 "directory": "packages/gatsby-telemetry"
52 },
53 "scripts": {
54 "build": "babel src --out-dir lib --ignore \"**/__tests__\",\"**/__mocks__\"",
55 "prepare": "cross-env NODE_ENV=production npm run build",
56 "jest": "jest",
57 "postinstall": "node src/postinstall.js || true",
58 "watch": "babel -w src --out-dir lib --ignore \"**/__tests__\",\"**/__mocks__\""
59 },
60 "yargs": {
61 "boolean-negation": false
62 },
63 "engines": {
64 "node": ">=8.0.0"
65 },
66 "gitHead": "8a141a5d5aa5d3fff2670cf8dd6d1c37a37aee5d"
67}