UNPKG

1.48 kBJSONView Raw
1{
2 "name": "@gabliam/core",
3 "version": "8.1.0",
4 "description": "Gabliam is on top of inversify",
5 "main": "index.js",
6 "typings": "index.d.ts",
7 "module": "index.js",
8 "scripts": {
9 "build": "rimraf lib && tsc -p tsconfig.build.json"
10 },
11 "files": [
12 "lib",
13 "src",
14 "index.js",
15 "index.d.ts"
16 ],
17 "dependencies": {
18 "@gabliam/expression": "8.1.0",
19 "@types/joi": "^14.0.1",
20 "caller": "^1.0.1",
21 "co": "^4.6.0",
22 "debug": "^4.1.1",
23 "glob": "^7.1.3",
24 "graph-data-structure": "^1.8.0",
25 "inversify": "^5.0.1",
26 "inversify-logger-middleware": "^3.0.0",
27 "joi": "^14.3.1",
28 "js-yaml": "^3.13.0",
29 "lodash": "^4.17.11",
30 "shortstop": "^1.0.3",
31 "shortstop-handlers": "^1.0.1",
32 "tslib": "^1.9.3"
33 },
34 "devDependencies": {
35 "@types/debug": "^4.1.3",
36 "@types/fs-extra": "^5.0.4",
37 "@types/glob": "^7.1.1",
38 "@types/js-yaml": "^3.11.4",
39 "@types/lodash": "^4.14.123",
40 "fs-extra": "^7.0.1",
41 "properties": "^1.2.1",
42 "rxjs": "^6.3.3",
43 "toml": "2.3.3"
44 },
45 "repository": {
46 "type": "git",
47 "url": "git+https://github.com/gabliam/gabliam.git"
48 },
49 "author": "David Touzet <dtouzet@gmail.com>",
50 "license": "MIT",
51 "bugs": {
52 "url": "https://github.com/gabliam/gabliam/issues"
53 },
54 "homepage": "https://github.com/gabliam/gabliam/tree/master/packages/core/core#readme",
55 "engines": {
56 "node": ">=8.9.0"
57 },
58 "gitHead": "ec328fa0b62f474d470f74a2fc9637838f54091e"
59}