2022-05-03 09:07:28 -04:00
|
|
|
{
|
|
|
|
"name": "@astrojs/telemetry",
|
2024-12-03 02:56:34 -08:00
|
|
|
"version": "3.2.0",
|
2022-05-03 09:07:28 -04:00
|
|
|
"type": "module",
|
2023-09-13 16:49:22 +02:00
|
|
|
"types": "./dist/index.d.ts",
|
2022-05-03 09:07:28 -04:00
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-11-15 23:43:34 +08:00
|
|
|
"url": "git+https://github.com/withastro/astro.git",
|
2022-05-03 09:07:28 -04:00
|
|
|
"directory": "packages/telemetry"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
|
|
|
"exports": {
|
2023-07-24 20:47:07 +02:00
|
|
|
".": {
|
2023-09-13 16:49:22 +02:00
|
|
|
"types": "./dist/index.d.ts",
|
2023-07-24 20:47:07 +02:00
|
|
|
"default": "./dist/index.js"
|
|
|
|
},
|
2022-05-03 09:07:28 -04:00
|
|
|
"./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\"",
|
2024-02-02 03:15:29 -08:00
|
|
|
"test": "astro-scripts test \"test/**/*.test.js\""
|
2022-05-03 09:07:28 -04:00
|
|
|
},
|
2024-02-02 11:16:26 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-05-03 09:07:28 -04:00
|
|
|
"dependencies": {
|
2024-11-27 16:20:16 +08:00
|
|
|
"ci-info": "^4.1.0",
|
2024-09-09 13:27:54 +08:00
|
|
|
"debug": "^4.3.7",
|
2022-05-03 09:07:28 -04:00
|
|
|
"dlv": "^1.1.3",
|
2024-09-26 14:57:59 +01:00
|
|
|
"dset": "^3.1.4",
|
2022-05-03 09:07:28 -04:00
|
|
|
"is-docker": "^3.0.0",
|
2024-04-22 22:52:30 +08:00
|
|
|
"is-wsl": "^3.1.0",
|
2023-08-23 19:52:13 +08:00
|
|
|
"which-pm-runs": "^1.1.0"
|
2022-05-03 09:07:28 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-21 12:09:19 +08:00
|
|
|
"@types/debug": "^4.1.12",
|
2024-11-27 16:20:16 +08:00
|
|
|
"@types/dlv": "^1.1.5",
|
2023-08-24 16:34:33 +08:00
|
|
|
"@types/node": "^18.17.8",
|
2023-11-21 12:09:19 +08:00
|
|
|
"@types/which-pm-runs": "^1.0.2",
|
2024-02-16 16:20:49 +00:00
|
|
|
"astro-scripts": "workspace:*"
|
2022-05-03 09:07:28 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-11-27 21:54:00 +08:00
|
|
|
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"
|
2023-10-03 16:25:25 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-05-03 09:07:28 -04:00
|
|
|
}
|
|
|
|
}
|