UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@chix/loader-fs",
3 "version": "2.7.8",
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.7.8",
28 "@chix/fbpx": "^2.7.8",
29 "@chix/loader": "^2.7.8",
30 "@chix/loader-remote": "^2.7.8",
31 "@types/async": "^2.0.49",
32 "@types/superagent": "^3.8.0",
33 "async": "^2.6.1",
34 "debug": "^3.1.0",
35 "glob": "^7.1.2",
36 "lodash": "^4.17.10",
37 "object-forof": "^1.5.2",
38 "superagent": "^3.8.3"
39 },
40 "devDependencies": {
41 "@types/chai": "^4.1.3",
42 "@types/glob": "^5.0.35",
43 "@types/js-yaml": "^3.11.1",
44 "@types/lodash": "^4.14.109",
45 "@types/mocha": "^5.2.0",
46 "@types/node": "^10.1.4",
47 "chai": "^4.1.2",
48 "chix-test": "nodule/test",
49 "ecstatic": "^3.2.0",
50 "js-yaml": "^3.11.0",
51 "mocha": "^5.2.0",
52 "mocha-clean": "^1.0.0",
53 "rimraf": "^2.6.2",
54 "should": "^13.2.1",
55 "ts-node": "^6.0.5",
56 "tslint": "^5.10.0",
57 "tslint-config-prettier": "^1.13.0",
58 "tslint-config-standard": "^7.0.0",
59 "typescript": "^2.8.3"
60 }
61}
\No newline at end of file