UNPKG

802 BJSONView Raw
1{
2 "name": "@plumjs/core",
3 "version": "1.0.0-alpha.5",
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 "@types/koa": "^2.0.48",
23 "tinspector": "^2.1.1",
24 "tslib": "^1.9.3"
25 },
26 "bugs": {
27 "url": "https://github.com/ktutnik/plumier/issues"
28 },
29 "homepage": "https://github.com/ktutnik/plumier",
30 "publishConfig": {
31 "access": "public"
32 },
33 "gitHead": "6166536d38435f39de02008191e3d2815f78f07b",
34 "devDependencies": {
35 "upath": "^1.1.0"
36 }
37}