{
  "name": "<%= projectName %>",
  "version": "1.0.0",
  "description": "<%= projectName %>",
  "main": "./libs/index.js",
  "scripts": {
    "start": "nodemon & glint",
    "fix": "glintfix",
    "build": "rm -rf ./libs && tsc --project './tsconfig-build.json' && npm run cpfiles",
    "cpfiles": "cp -r ./src/views ./src/static ./libs/"
  },
  "repository": {
		"type": "git",
		"url": ""
	},
  "author": "",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "@types/koa": "^2.13.4",
    "@types/koa__cors": "^3.0.3",
    "@types/koa-compress": "^4.0.3",
    "@types/koa-mount": "^4.0.1",
    "@types/koa-static": "^4.0.2",
    "@types/node": "^16.9.4",
    "@typescript-eslint/eslint-plugin": "^5.30.7",
    "gaia-lint": "0.0.3",
    "kill-port": "^2.0.1",
    "nodemon": "^2.0.12",
    "ts-node": "^10.2.1",
    "typescript": "4.4.3"
  }
}
