UNPKG

@oaklean/profiler-jest-environment

Version:

A jest environment to collect energy measurements on source code level during test execution.

54 lines (53 loc) 1.18 kB
{ "name": "@oaklean/profiler-jest-environment", "version": "0.1.4", "author": "Hitabis GmbH", "license": "MIT", "description": "A jest environment to collect energy measurements on source code level during test execution.", "keywords": [ "greenit", "optimization", "energy", "consumption", "javascript", "typescript", "jest", "eco" ], "repository": { "type": "git", "url": "https://github.com/hitabisgmbh/oaklean.git" }, "homepage": "https://www.oaklean.io/", "files": [ "LICENSE", "README.md", "env.js", "env.d.ts", "setup.js", "setup.d.ts", "teardown.js", "teardown.d.ts" ], "scripts": { "clear-build": "npx tsc --build --clean", "build": "npm run clear-build && npx cross-env NODE_ENV=production npx tsc", "lint": "npx eslint --fix .", "publish-registry": "npm publish", "test": "", "test-measure": "", "test-update": "", "generate-docs": "markdown-include md-configs/README.json" }, "dependencies": { "@oaklean/profiler": "0.1.4" }, "peerDependencies": { "@jest/environment": "^28.0.0 || ^29.0.0", "jest": "^28.0.0 || ^29.0.0" }, "devDependencies": { "cross-env": "^7.0.3", "rimraf": "^4.4.1" } }