You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
965 B

{
"name": "@carbon/telemetry",
"description": "Collect telemetry data for projects at IBM using Carbon",
"version": "0.1.0",
"license": "Apache-2.0",
"bin": {
"carbon-telemetry": "./bin/carbon-telemetry.js"
},
"repository": "https://github.com/carbon-design-system/carbon",
"bugs": "https://github.ibm.com/carbon-design-system/carbon/issues",
"keywords": [
"carbon",
"carbon design system"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "esbuild --bundle --platform=node --target=node12 --outfile=cli.js src/cli.js",
"clean": "rimraf cli.js"
},
"devDependencies": {
"@babel/parser": "^7.17.0",
"@babel/traverse": "^7.17.0",
"ci-info": "^3.3.0",
"configstore": "^5.0.1",
"esbuild": "^0.14.20",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"winston": "^3.5.1",
"yargs": "^17.3.1"
}
}