2022-05-03 13:07:28 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/telemetry",
|
2022-06-28 17:49:15 +00:00
|
|
|
"version": "0.2.1",
|
2022-05-03 13:07:28 +00:00
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/types/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/telemetry"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
|
|
"test": "mocha --exit --timeout 20000 test/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-05-12 16:42:34 +00:00
|
|
|
"ci-info": "^3.3.1",
|
2022-05-03 13:07:28 +00:00
|
|
|
"debug": "^4.3.4",
|
|
|
|
"dlv": "^1.1.3",
|
2022-05-12 16:42:34 +00:00
|
|
|
"dset": "^3.1.2",
|
2022-05-03 13:07:28 +00:00
|
|
|
"escalade": "^3.1.1",
|
2022-06-14 20:30:39 +00:00
|
|
|
"git-up": "^4.0.5",
|
2022-05-03 13:07:28 +00:00
|
|
|
"is-docker": "^3.0.0",
|
|
|
|
"is-wsl": "^2.2.0",
|
2022-06-02 19:30:46 +00:00
|
|
|
"node-fetch": "^3.2.5"
|
2022-05-03 13:07:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/dlv": "^1.1.2",
|
2022-06-28 13:33:13 +00:00
|
|
|
"@types/node": "^14.18.21",
|
2022-05-03 13:07:28 +00:00
|
|
|
"astro-scripts": "workspace:*"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
|
|
}
|
|
|
|
}
|