UNPKG

thaw

Version:

The narrow belt for AOP 🎀

54 lines (53 loc) • 1.3 kB
{ "author": { "name": "Yehor Sergeenko", "email": "yehor.sergeenko@gmail.com", "url": "https://github.com/bricss" }, "bugs": { "url": "https://github.com/bricss/thaw/issues" }, "devDependencies": { "@babel/cli": "^7.28.0", "@babel/core": "^7.28.0", "@babel/eslint-parser": "^7.28.0", "@babel/preset-env": "^7.28.0", "c8": "^10.1.3", "eslint": "^9.33.0", "eslint-config-ultra-refined": "^3.7.4", "mocha": "^11.7.1" }, "description": "The narrow belt for AOP 🎀", "engines": { "node": ">=20.x" }, "exports": { "import": "./src/index.mjs", "require": "./dist/index.js" }, "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 -d dist", "lint": "eslint", "prepack": "npm run build", "pretest": "rm -rf coverage", "test": "mocha --exit --recursive", "test:cover": "c8 --include=src --reporter=lcov --reporter=text npm test" }, "version": "5.0.1" }