{
  "name": "ctrls",
  "email": "ekpg@msn.com",
  "version": "0.0.6",
  "description": "frontend view controllers",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pre-commit": [
    "build"
  ],
  "keywords": [
    "ctrls"
  ],
  "author": "Unreal",
  "license": "ISC",
  "dependencies": {
    "@types/lodash": "^4.14.165",
    "lodash": "^4.17.20"
  },
  "homepage": "https://github.com/CaiWenlie/ctrls",
  "devDependencies": {
    "pre-commit": "^1.2.2"
  }
}