@zerooneit/expressive-tea
Version:
A REST API over Express and Typescript
95 lines (94 loc) • 2.58 kB
JSON
{
"name": "@zerooneit/expressive-tea",
"version": "1.2.4",
"description": "A REST API over Express and Typescript",
"main": "classes/Boot.js",
"scripts": {
"test": "npm run linter && jest --clearCache && jest --coverage --ci --detectOpenHandles --forceExit --silent --runInBand",
"test:dev": "npm run linter && jest --clearCache && jest --detectOpenHandles --forceExit",
"linter": "tslint -c tslint.json -p tsconfig.json",
"build:dev": "tsc --project tsconfig.json --watch",
"build": "tsc --project tsconfig.json",
"clean:build": "trash '**/*.js' '**/*.d.ts' '**/*.js.map' '**/*.d.ts.map' '!node_modules/**/*' '!docs/**/*' '!coverage/**/*' '!gulpfile.js' '!tasks/*.js' '!jest.config.js' '!tools/**/*'",
"publish:prepare": "npm run clean:build && npm run build",
"postpublish": "npm run clean:build",
"prepublishOnly": "npm test && npm run publish:prepare"
},
"publishConfig": {
"access": "public"
},
"contributors": [
"Diego Resendez <diego.resendez@zero-oneit.com>"
],
"license": "Apache-2.0",
"devDependencies": {
"@expressive-tea/plugin": "0.0.4",
"@types/bluebird": "3.5.36",
"@types/express": "4.17.13",
"@types/jest": "27.5.2",
"@types/lodash": "4.14.182",
"@types/ws": "8.5.3",
"jest": "27.5.1",
"jest-express": "^1.12.0",
"jest-junit": "13.2.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"supertest": "7.0.0",
"toast-jsdoc": "1.0.2",
"trash-cli": "5.0.0",
"ts-jest": "27.1.5",
"ts-node": "10.8.0",
"tslint": "6.1.3",
"typescript": "4.7.2"
},
"dependencies": {
"bluebird": "3.7.2",
"express": "^4.19.2",
"express-http-proxy": "1.6.3",
"inversify": "6.0.1",
"inversify-inject-decorators": "3.1.0",
"lodash": "4.17.21",
"tslib": "^2.6.2",
"ws": "8.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Expressive-Tea/expresive-tea.git"
},
"keywords": [
"Typescript",
"typescript",
"Express",
"Decorators",
"decorators",
"decorator",
"controller",
"inject",
"ioc",
"di",
"mvc",
"es6",
"es2015",
"REST",
"API",
"express",
"webserver",
"route",
"router",
"express-ts",
"restful",
"server",
"middleware",
"controllers",
"web",
"service",
"backend",
"services",
"node",
"nodejs"
],
"bugs": {
"url": "https://github.com/Expressive-Tea/expresive-tea/issues"
},
"homepage": "https://github.com/Expressive-Tea/expresive-tea#readme"
}