{
  "name": "@chix/loader-fs",
  "version": "2.9.14",
  "description": "FS NodeDefinition Loader for Chiχ",
  "keywords": [
    "chix",
    "loader"
  ],
  "bugs": {
    "url": "https://github.com/chixio/chix/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:chixio/chix.git"
  },
  "license": "MIT",
  "author": "Rob Halff",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "clean": "rimraf ./lib/",
    "lint": "tslint 'src/**/*.ts' --fix",
    "test": "mocha --reporter spec --require ts-node/register src/test/**/*.spec.ts"
  },
  "dependencies": {
    "@chix/common": "^2.9.14",
    "@chix/fbpx": "^2.9.14",
    "@chix/loader": "^2.9.14",
    "@chix/loader-remote": "^2.9.14",
    "@types/async": "^3.0.3",
    "@types/superagent": "^4.1.4",
    "async": "^3.1.0",
    "debug": "^4.1.1",
    "glob": "^7.1.6",
    "lodash": "^4.17.15",
    "object-forof": "^1.5.2",
    "superagent": "^5.1.2"
  }
}