@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
77 lines (76 loc) • 1.98 kB
JSON
{
"name": "@tsclean/core",
"description": "Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.",
"version": "1.13.0",
"main": "dist/index.js",
"type": "commonjs",
"types": "./dist/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"build": "tsc -p tsconfig.json",
"watch": "nodemon --exec \"npm run build && npm run start\" --watch src --ext ts",
"prepublish": "npm run build --force-publish --access public --exact"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsclean/core.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"Framework",
"Clean",
"NodeJs",
"Express",
"Clean",
"Architecture"
],
"author": "John Piedrahita",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsclean/core/issues"
},
"engines": {
"node": ">= 20.15.1",
"npm": ">= 10.7.0"
},
"homepage": "https://github.com/tsclean/core#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.1",
"fast-safe-stringify": "^2.1.1",
"iterare": "^1.2.1",
"multer": "^1.4.5-lts.1",
"object-hash": "^3.0.0",
"random-number": "0.0.9",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"socket.io": "^4.8.1",
"uuid": "^11.0.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
"@types/node": "^22.8.4",
"@types/object-hash": "^3.0.6",
"@types/random-number": "0.0.4",
"@types/reflect-metadata": "^0.1.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"eslint-plugin-import": "^2.31.0",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"files": [
"dist",
"package.json",
"README.md"
]
}