{
  "name": "@ali/lyra-include",
  "version": "0.0.7",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "license": "MIT",
  "scripts": {
    "dev": "tsc -p ./ -w",
    "lint": "tslint -p ./ --fix",
    "build": "tsc -p ./",
    "pub": "tnpm publish"
  },
  "publishConfig": {
    "registry": "https://registry.npm.alibaba-inc.com"
  },
  "devDependencies": {
  }
}
