storybook/code/lib/telemetry/package.json
2022-09-14 12:26:12 +03:00

55 lines
1.4 KiB
JSON

{
"name": "@storybook/telemetry",
"version": "7.0.0-alpha.33",
"description": "Telemetry logging for crash reports and usage statistics",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/telemetry",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/telemetry"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
"prep": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@storybook/client-logger": "7.0.0-alpha.33",
"@storybook/core-common": "7.0.0-alpha.33",
"chalk": "^4.1.0",
"detect-package-manager": "^2.0.1",
"fetch-retry": "^5.0.2",
"fs-extra": "^9.0.1",
"isomorphic-unfetch": "^3.1.0",
"nanoid": "^3.3.1",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5da5b0fabd04cc5cd5771e8242a960f05d03234a"
}