thaw
Version:
The narrow belt for AOP 🥋
56 lines (55 loc) • 1.42 kB
JSON
{
"author": {
"email": "yehor.sergeenko@gmail.com",
"name": "Yehor Sergeenko",
"url": "https://github.com/bricss"
},
"bugs": {
"url": "https://github.com/bricss/thaw/issues"
},
"description": "The narrow belt for AOP 🥋",
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@eslint/markdown": "^8.0.0",
"c8": "^11.0.0",
"eslint": "^10.1.0",
"eslint-config-ultra-refined": "^4.1.5",
"mocha": "^11.7.5"
},
"engines": {
"node": ">=20.0.0"
},
"exports": {
"import": "./src/index.js",
"require": "./dist/index.cjs"
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/bricss/thaw#readme",
"keywords": [
"aop",
"aspect",
"aspect-oriented"
],
"license": "MIT",
"name": "thaw",
"repository": {
"type": "git",
"url": "git+https://github.com/bricss/thaw.git"
},
"scripts": {
"build": "rm -rf dist && npx babel src --out-dir dist --out-file-extension .cjs && sh misc.sh",
"lint": "eslint --concurrency=auto",
"prepack": "npm run build && npm run lint",
"pretest": "rm -rf coverage",
"test": "mocha",
"test:bail": "mocha --bail",
"test:cover": "c8 --include=src --reporter=lcov --reporter=text npm test"
},
"type": "module",
"version": "6.0.3"
}