UNPKG

@kezios/forest-express-decorator

Version:
44 lines (43 loc) • 1.24 kB
{ "name": "@kezios/forest-express-decorator", "version": "0.1.4-alpha", "description": "🚀 Decorators for Express Forest Admin", "main": "dist/index.js", "repository": "git@github.com:kezios/forest-express-decorator.git", "author": "Justin Martin <justinm@toolpad.fr>", "license": "MIT", "keywords": [ "forestadmin", "decorator" ], "homepage": "https://github.com/kezios/forest-express-decorator/blob/main/README.md", "devDependencies": { "@types/jest": "^27.4.1", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "eslint": "^8.11.0", "eslint-plugin-jest": "^26.1.1", "jest": "^27.5.1", "prettier": "^2.6.0", "supertest": "^6.2.2", "ts-jest": "^27.1.3", "typescript": "^4.6.2" }, "dependencies": { "@types/express": "^4.17.13", "@types/forest-express-sequelize": "^7.5.1", "express": "^4.17.3", "lodash": "^4.17.21" }, "scripts": { "build": "tsc", "lint": "eslint src --ext .js,.ts", "lint:fix": "eslint src --fix --ext .js,.ts", "test": "jest --config jest.config.json", "publish": "npm publish --access public" }, "files": [ "dist/**/*" ] }