{
  "bin": {
    "tdsl": "bin/tdsl"
  },
  "description": "unit test descriptiton script language",
  "license": "ISC",
  "main": "index.js",
  "name": "gulp-tdsl",
  "scripts": {
    "test": "node ./example/entry"
  }, 
 "devDependencies": {
    "@babel/generator": "^7.9.4",
    "@babel/parser": "^7.9.4",
    "@typescript-eslint/typescript-estree": "^2.27.0",
    "fs-extra": "^9.0.0",
    "lodash": "^4.17.15",
    "through2": "^3.0.1",
    "typescript": "^3.8.3"
  },
  "version": "0.1.1",
  "dependencies": {
    "@babel/generator": "^7.9.4",
    "@babel/parser": "^7.9.4",
    "@typescript-eslint/typescript-estree": "^2.27.0",
    "fs-extra": "^9.0.0",
    "lodash": "^4.17.15",
    "through2": "^3.0.1",
    "typescript": "^3.8.3"
  }
}
