co2-compensator
Version:
Work out and offset the co2 of your digital services
52 lines (51 loc) • 1.09 kB
JSON
{
"name": "co2-compensator",
"version": "0.1.2",
"description": "Work out and offset the co2 of your digital services",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"travis": "npm run lint && jest"
},
"keywords": [
"sustainability",
"carbon",
"offset",
"compensate",
"foundation",
"co2"
],
"bin": {
"co2-compensator": "./cli.js"
},
"author": "STROMDAO GmbH",
"license": "Apache-2.0",
"devDependencies": {
"@tgwf/url2green": "^0.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"minimist": ">=1.2.2",
"np": "^5.2.1",
"pagexray": "^2.5.9",
"prettier": "^1.19.1"
},
"np": {
"yarn": false
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^0.21.4",
"debug": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/energychain/co2.js.git"
}
}