mp-holistic
Version:
si prefigge l'umile compito di aiutare nella creazione di : - un server API REST mediante express - un semplice ORM per Postgres Questo tramite decoratori o classi particolari.
76 lines (75 loc) • 2.12 kB
JSON
{
"name": "mp-holistic",
"version": "1.0.27",
"description": "",
"np": {
"yarn": false
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "es5",
"keywords": [
"orm",
"postgres-orm",
"server-api",
"postgres",
"express",
"mp"
],
"scripts": {
"start-js": "node ./dist/index.js",
"start": "ts-node ./index.ts",
"test": "mocha",
"build:copy": "ts-node -T scripts/copyFiles.ts",
"build:tsc": "tsc --build tsconfig.json",
"build": "rimraf dist && npm run build:tsc && npm run build:copy",
"publicare-pacchetto": "npx np"
},
"author": "mirko pizzini",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mirkoBesagno/mp-holistic.git"
},
"homepage": "https://github.com/mirkoBesagno/mp-holistic#readme",
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-rate-limit": "^5.1.3",
"@types/express-slow-down": "^1.3.2",
"@types/http-proxy": "^1.17.8",
"@types/http-server": "^0.12.1",
"@types/node": "^17.0.24",
"@types/nodemon": "^1.19.1",
"@types/pg": "^8.6.5",
"@types/swagger-ui-express": "^4.1.3",
"@types/validator": "^13.7.2",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@types/mocha": "^9.1.0",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-rate-limit": "^6.3.0",
"express-slow-down": "^1.4.0",
"helmet": "^5.0.2",
"http-proxy": "^1.18.1",
"http-server": "^14.1.0",
"mocha": "^9.2.2",
"node-cache": "^5.1.2",
"nodemon": "^2.0.15",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"swagger-ui-express": "^4.3.0",
"ts-node": "^10.7.0",
"validator": "^13.7.0"
}
}