UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@chix/loader-fs",
3 "version": "2.8.0",
4 "description": "FS NodeDefinition Loader for Chiχ",
5 "keywords": [
6 "chix",
7 "loader"
8 ],
9 "bugs": {
10 "url": "https://github.com/chixio/chix/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:chixio/chix.git"
15 },
16 "license": "MIT",
17 "author": "Rob Halff",
18 "main": "./lib/index.js",
19 "typings": "./lib/index.d.ts",
20 "scripts": {
21 "clean": "rimraf ./lib/",
22 "lint": "tslint 'src/**/*.ts' --fix",
23 "prepare": "npm run clean && tsc",
24 "test": "mocha --reporter spec --require ts-node/register src/test/**/*.spec.ts"
25 },
26 "dependencies": {
27 "@chix/common": "^2.8.0",
28 "@chix/fbpx": "^2.8.0",
29 "@chix/loader": "^2.8.0",
30 "@chix/loader-remote": "^2.8.0",
31 "@types/async": "^2.0.50",
32 "@types/superagent": "^3.8.5",
33 "async": "^2.6.1",
34 "debug": "^4.1.1",
35 "glob": "^7.1.3",
36 "lodash": "^4.17.11",
37 "object-forof": "^1.5.2",
38 "superagent": "^4.1.0"
39 },
40 "devDependencies": {
41 "@types/chai": "^4.1.7",
42 "@types/glob": "^7.1.1",
43 "@types/js-yaml": "^3.11.4",
44 "@types/lodash": "^4.14.119",
45 "@types/mocha": "^5.2.5",
46 "@types/node": "^10.12.18",
47 "chai": "^4.2.0",
48 "chix-test": "nodule/test",
49 "ecstatic": "^3.3.0",
50 "js-yaml": "^3.12.0",
51 "mocha": "^5.2.0",
52 "mocha-clean": "^1.0.0",
53 "rimraf": "^2.6.2",
54 "should": "^13.2.3",
55 "ts-node": "^7.0.1",
56 "tslint": "^5.12.0",
57 "tslint-config-prettier": "^1.17.0",
58 "tslint-config-standard": "^8.0.1",
59 "typescript": "^3.2.2"
60 }
61}
\No newline at end of file