astro-ghostcms/.pnpm-store/v3/files/cf/2826510eebc97e7f6d132470678...

55 lines
1.3 KiB
Plaintext

{
"name": "@astrojs/telemetry",
"version": "3.0.4",
"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": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"dependencies": {
"ci-info": "^3.8.0",
"debug": "^4.3.4",
"dlv": "^1.1.3",
"dset": "^3.1.2",
"is-docker": "^3.0.0",
"is-wsl": "^3.0.0",
"which-pm-runs": "^1.1.0"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/dlv": "^1.1.2",
"@types/node": "^18.17.8",
"@types/which-pm-runs": "^1.0.0",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"astro-scripts": "0.0.14"
},
"engines": {
"node": ">=18.14.1"
},
"publishConfig": {
"provenance": true
},
"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/"
}
}