2022-05-03 08:07:28 -05:00
|
|
|
{
|
|
|
|
"name": "@astrojs/telemetry",
|
2024-04-11 06:24:47 -05:00
|
|
|
"version": "3.1.0",
|
2022-05-03 08:07:28 -05:00
|
|
|
"type": "module",
|
2023-09-13 09:49:22 -05:00
|
|
|
"types": "./dist/index.d.ts",
|
2022-05-03 08:07:28 -05:00
|
|
|
"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 13:47:07 -05:00
|
|
|
".": {
|
2023-09-13 09:49:22 -05:00
|
|
|
"types": "./dist/index.d.ts",
|
2023-07-24 13:47:07 -05:00
|
|
|
"default": "./dist/index.js"
|
|
|
|
},
|
2022-05-03 08:07:28 -05: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 06:15:29 -05:00
|
|
|
"test": "astro-scripts test \"test/**/*.test.js\""
|
2022-05-03 08:07:28 -05:00
|
|
|
},
|
2024-02-02 06:16:26 -05:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-05-03 08:07:28 -05:00
|
|
|
"dependencies": {
|
2023-11-20 23:09:19 -05:00
|
|
|
"ci-info": "^4.0.0",
|
2024-09-09 00:27:54 -05:00
|
|
|
"debug": "^4.3.7",
|
2022-05-03 08:07:28 -05:00
|
|
|
"dlv": "^1.1.3",
|
2023-11-20 23:09:19 -05:00
|
|
|
"dset": "^3.1.3",
|
2022-05-03 08:07:28 -05:00
|
|
|
"is-docker": "^3.0.0",
|
2024-04-22 09:52:30 -05:00
|
|
|
"is-wsl": "^3.1.0",
|
2023-08-23 06:52:13 -05:00
|
|
|
"which-pm-runs": "^1.1.0"
|
2022-05-03 08:07:28 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-20 23:09:19 -05:00
|
|
|
"@types/debug": "^4.1.12",
|
|
|
|
"@types/dlv": "^1.1.4",
|
2023-08-24 03:34:33 -05:00
|
|
|
"@types/node": "^18.17.8",
|
2023-11-20 23:09:19 -05:00
|
|
|
"@types/which-pm-runs": "^1.0.2",
|
2024-02-16 11:20:49 -05:00
|
|
|
"astro-scripts": "workspace:*"
|
2022-05-03 08:07:28 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-04-10 08:53:55 -05:00
|
|
|
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
|
2023-10-03 09:25:25 -05:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-05-03 08:07:28 -05:00
|
|
|
}
|
|
|
|
}
|