UNPKG

@digital-nature-ltd/carbon-lite

Version:

A simple tool to reduce the carbon usage of your website by blanking out the screen after a period of inactivity

54 lines (53 loc) 1.56 kB
{ "name": "@digital-nature-ltd/carbon-lite", "description": "A simple tool to reduce the carbon usage of your website by blanking out the screen after a period of inactivity", "version": "1.0.20", "license": "MIT", "author": { "email": "gareth@digital-nature.co.uk", "name": "Gareth Midwood" }, "repository": { "type": "git", "url": "https://github.com/Digital-Nature-LTD/CarbonLite.git" }, "bugs": { "url": "https://github.com/Digital-Nature-LTD/CarbonLite/issues" }, "homepage": "https://www.digital-nature.co.uk/libraries/carbon-lite", "keywords": [ "Carbon", "Carbon Reduction", "Energy", "Energy Saving", "Climate", "Sustainable", "Environment" ], "funding": { "type": "github", "url": "https://github.com/sponsors/Digital-Nature-LTD" }, "type": "module", "main": "./dist/CarbonLite", "module": "./dist/CarbonLite", "exports": { ".": "./dist/CarbonLite", "./package.json": "./package.json" }, "types": "./dist/types/CarbonLite.d.ts", "scripts": { "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", "build:rollup": "rollup -c", "build": "npm run build:rollup && npm run build:types" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "rollup": "^4.44.2", "tslib": "^2.8.1", "typescript": "^5.8.3", "uglify-js": "^3.19.3" } }