astro/packages/telemetry/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

57 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@astrojs/telemetry",
"version": "3.0.2",
"type": "module",
"types": "./dist/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": {
2023-07-24 18:47:07 +00:00
".": {
"types": "./dist/index.d.ts",
2023-07-24 18:47:07 +00:00
"default": "./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": {
2023-06-21 13:09:49 +00:00
"ci-info": "^3.8.0",
"debug": "^4.3.4",
"dlv": "^1.1.3",
"dset": "^3.1.2",
"is-docker": "^3.0.0",
2023-08-24 08:34:33 +00:00
"is-wsl": "^3.0.0",
2023-08-23 11:52:13 +00:00
"undici": "^5.23.0",
"which-pm-runs": "^1.1.0"
},
"devDependencies": {
2023-06-21 13:09:49 +00:00
"@types/debug": "^4.1.8",
"@types/dlv": "^1.1.2",
2023-08-24 08:34:33 +00:00
"@types/node": "^18.17.8",
"@types/which-pm-runs": "^1.0.0",
2022-09-28 15:13:33 +00:00
"astro-scripts": "workspace:*",
2023-06-21 13:09:49 +00:00
"chai": "^4.3.7",
2023-08-24 08:34:33 +00:00
"mocha": "^10.2.0"
},
"engines": {
2023-07-24 18:47:07 +00:00
"node": ">=18.14.1"
},
"publishConfig": {
"provenance": true
}
}