{
  "name": "ts-structure-parser",
  "version": "0.0.19",
  "private": false,
  "main": "dist/index.js",
  "scripts": {
    "build": "rimraf dist && tsc",
    "pullall" : "dev-env-installer pullall",
    "buildall" : "dev-env-installer buildall",
    "testall" : "dev-env-installer testall",
    "devInstall": "dev-env-installer install"
  },
  "dependencies": {
    "ts-structure-model": "0.0.1",
    "underscore": "1.9.1",
    "typescript": "3.1.6"
  },
  "typings": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/mulesoft-labs/ts-structure-parser.git"
  },
  "keywords": [
    "typescript",
    "content",
    "parser"
  ],
  "homepage": "https://github.com/mulesoft-labs/ts-structure-parser",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mulesoft-labs/ts-structure-parser/issues"
  },
  "devDependencies": {
    "@types/node": "4.2.20",
    "@types/underscore": "1.8.3",
    "dev-env-installer": "0.0.14",
    "rimraf":"*"
  }
}
