UNPKG

@plumier/core

Version:

Delightful Node.js Rest Framework

51 lines (50 loc) 1.11 kB
{ "name": "@plumier/core", "version": "1.1.3", "description": "Delightful Node.js Rest Framework", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "MVC", "Koa", "IoC", "Dependency Injection", "Web API", "JSON Service", "TDD" ], "scripts": { "compile": "tsc -p tsconfig.build.json", "copy-readme": "cpy ../../readme.md ." }, "author": "Ketut Sandiarsa", "license": "MIT", "dependencies": { "@plumier/reflect": "^1.1.3", "@plumier/validator": "^1.1.3", "@types/debug": "^4.1.7", "@types/glob": "^7.2.0", "chalk": "^4.1.2", "debug": "^4.3.4", "glob": "^7.2.3", "path-to-regexp": "^6.2.1", "tslib": "^2.4.1" }, "peerDependencies": { "@types/koa": "*" }, "devDependencies": { "cpy-cli": "^3.1.1" }, "bugs": { "url": "https://github.com/plumier/plumier/issues" }, "repository": { "url": "https://github.com/plumier/plumier" }, "homepage": "https://plumierjs.com", "publishConfig": { "access": "public" }, "gitHead": "548e038b465048dd187866701ecb5fa81ccee517" }