UNPKG

769 BJSONView Raw
1{
2 "name": "@plumjs/core",
3 "version": "0.1.0-alpha.fecd14a5",
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 "@plumjs/reflect": "1.4.0-alpha.fecd14a5",
23 "@types/debug": "^0.0.30",
24 "chalk": "^2.4.1",
25 "debug": "^3.1.0",
26 "tslib": "^1.9.2"
27 },
28 "bugs": {
29 "url": "https://github.com/ktutnik/plumier/issues"
30 },
31 "homepage": "https://github.com/ktutnik/plumier",
32 "publishConfig": {
33 "access": "public"
34 }
35}