UNPKG

715 BJSONView Raw
1{
2 "name": "@plumjs/core",
3 "version": "0.1.0-alpha.e8eb024f",
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.e8eb024f",
23 "chalk": "^2.4.1",
24 "tslib": "^1.9.2"
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}