UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@plumjs/plumier",
3 "version": "0.1.0-alpha.3f26c2c9",
4 "description": "Pleasant TypeScript Web Api Framework",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "keywords": [
8 "MVC",
9 "Express",
10 "IoC",
11 "Dependency Injection",
12 "Web API",
13 "JSON Service",
14 "TDD"
15 ],
16 "scripts": {
17 "compile": "tsc -p tsconfig.build.json"
18 },
19 "author": "Ketut Sandiarsa",
20 "license": "MIT",
21 "dependencies": {
22 "@koa/cors": "^2.2.1",
23 "@plumjs/core": "0.1.0-alpha.3f26c2c9",
24 "@plumjs/reflect": "1.4.0-alpha.3f26c2c9",
25 "@plumjs/validator": "0.1.0-alpha.3f26c2c9",
26 "@types/debug": "^0.0.30",
27 "@types/koa": "^2.0.46",
28 "@types/koa-bodyparser": "^5.0.0",
29 "@types/koa__cors": "^2.2.3",
30 "@types/validator": "^9.4.1",
31 "chalk": "^2.4.1",
32 "debug": "^3.1.0",
33 "koa": "^2.5.1",
34 "koa-bodyparser": "^4.2.1",
35 "path-to-regexp": "^2.2.1",
36 "tslib": "^1.9.2"
37 },
38 "devDependencies": {
39 "@types/rimraf": "^2.0.2",
40 "@types/supertest": "^2.0.4",
41 "benalu": "^2.0.0-beta-1",
42 "rimraf": "^2.6.2",
43 "supertest": "^3.1.0"
44 },
45 "bugs": {
46 "url": "https://github.com/ktutnik/plumier/issues"
47 },
48 "homepage": "https://github.com/ktutnik/plumier",
49 "publishConfig": {
50 "access": "public"
51 }
52}