@oaklean/profiler-jest-environment
Version:
A jest environment to collect energy measurements on source code level during test execution.
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "@oaklean/profiler-jest-environment",
"version": "0.1.7",
"engines": {
"node": "^20.17.0 || ^22.13.0 || ^24.0.0"
},
"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",
"constants.js",
"constants.d.ts",
"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.7"
},
"peerDependencies": {
"@jest/environment": "^28.0.0 || ^29.0.0 || ^30.0.0",
"jest": "^28.0.0 || ^29.0.0 || ^30.0.0",
"jest-environment-jsdom": "^28.0.0 || ^29.0.0 || ^30.0.0"
}
}