fresh-onion
Version:
## What is this?
38 lines (37 loc) • 843 B
JSON
{
"name": "fresh-onion",
"version": "1.0.10",
"description": "",
"bin": "./dist/src/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "jest",
"coverage": "nyc --reporter=html --reporter=text npm run test",
"release": "npm run build && npm publish"
},
"keywords": [
"onion-architecture",
"clean-architecture",
"typescript",
"node.js",
"layered-architecture",
"referential-integrity",
"monorepo",
"architecture-enforcement",
"import-validation",
"software-architecture"
],
"author": "Remo H. Jansen",
"license": "MIT",
"dependencies": {
"typescript": "^5.8.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.11",
"c8": "^10.1.3",
"jest": "^29.7.0",
"nyc": "^17.1.0",
"ts-jest": "^29.2.6"
}
}