UNPKG

@sleekify/sleekify

Version:

A TypeScript decorator driven approach for developing web applications.

60 lines (59 loc) 1.53 kB
{ "name": "@sleekify/sleekify", "version": "1.2.4", "description": "A TypeScript decorator driven approach for developing web applications.", "scripts": { "build": "tsc", "lint": "eslint --ext .ts .", "test": "jest", "validate": "npm run build && npm run lint -- --fix && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/sleekify/sleekify.git" }, "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "/dist/src" ], "author": "Jesse Walseth", "license": "Apache License 2.0", "bugs": { "url": "https://github.com/sleekify/sleekify/issues" }, "homepage": "https://github.com/sleekify/sleekify#readme", "keywords": [ "api", "decorator", "jax-rs", "open", "rest", "spring", "web" ], "devDependencies": { "@tsconfig/node18": "^18.2.0", "@types/jest": "^29.5.3", "@types/lodash": "^4.14.196", "@types/uuid": "^9.0.2", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "axios": "^1.5.0", "eslint": "^8.47.0", "eslint-config-standard-with-typescript": "^38.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "jest": "^29.6.2", "jest-junit": "^16.0.0", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "dependencies": { "@types/node": "^20.4.5", "glob": "^11.0.0", "lodash": "^4.17.21", "openapi-types": "^12.1.3" } }