{
  "name": "@chix/loader-npm",
  "version": "2.9.14",
  "description": "Npm 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/loader": "^2.9.14",
    "debug": "^4.1.1",
    "glob": "^7.1.6"
  }
}