@grantcodes/footprint-astro
Version:
An Astro integration to show your websites CO2 output in the dev toolbar
70 lines (69 loc) • 1.72 kB
JSON
{
"name": "@grantcodes/footprint-astro",
"version": "1.0.2",
"description": "An Astro integration to show your websites CO2 output in the dev toolbar",
"keywords": [
"astro-component",
"dev-toolbar",
"optimization"
],
"type": "module",
"module": "dist/integration.js",
"types": "dist/integration.d.ts",
"exports": {
".": {
"types": "./dist/integration.d.ts",
"import": "./dist/integration.js"
},
"./app": {
"types": "./dist/app.d.ts",
"import": "./dist/app.js"
}
},
"scripts": {
"build": "astro check && tsup",
"watch": "tsup --watch",
"prepublish": "npm run build",
"fix": "run-s fix:lint",
"fix:lint": "npx @biomejs/biome format --write src",
"test": "run-s test:lint test:build test:unit",
"test:build": "tsup --env.TEST=yes",
"test:lint": "npx @biomejs/biome lint src",
"test:unit": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grantcodes/footprint-astro.git"
},
"author": "grantcodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/grantcodes/footprint-astro/issues"
},
"homepage": "https://github.com/grantcodes/footprint-astro#readme",
"engines": {
"node": ">=14"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@grantcodes/commit": "^2.0.0",
"npm-run-all": "^4.1.5",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"@astrojs/check": "^0.9.4",
"astro": "^5.5.2"
},
"files": [
"dist/**/*",
"!**/*.test.*",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@grantcodes/footprint": "^1.0.9"
}
}