UNPKG

dynamic-rest-middleware

Version:

Middleware library for working with django dynamic rest

40 lines (39 loc) 1.08 kB
{ "name": "dynamic-rest-middleware", "version": "1.0.0", "scripts": { "test": "jest", "build": "tsc", "link": "npm run build && cd dist && npm link" }, "description": "Middleware library for working with django dynamic rest", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "SinkP <arseniiminiasy@gmail.com>", "license": "MIT", "keywords": [ "Django", "DREST", "Typescript" ], "repository": { "type": "git", "url": "https://github.com/SinkP/dynamic-rest-middleware" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@types/jest": "^26.0.20", "@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/parser": "^4.14.0", "axios": "^0.21.1", "babel-jest": "^26.6.3", "eslint": "^7.18.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "jest": "^26.6.3", "ts-node": "^9.1.1", "typescript": "^4.1.3" } }