co2-shield
Version:
Calculate the environmental impact of a webpage and display it in your GitHub project as a Shields.io badge.
30 lines (29 loc) • 629 B
JSON
{
"name": "co2-shield",
"version": "1.0.5",
"description": "Calculate the environmental impact of a webpage and display it in your GitHub project as a Shields.io badge.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"CO2",
"badges",
"web",
"npm"
],
"repository": {
"type": "git",
"url": "https://github.com/overbrowsing/co2-shield.git"
},
"author": "Headless Horse and printer_scanner",
"license": "MIT",
"devDependencies": {
"typescript": "^5.7.2"
}
}