UNPKG

1.04 kBJSONView Raw
1{
2 "name": "bun-skin",
3 "version": "1.8.0",
4 "description": "",
5 "main": "dist/index.js",
6 "types": "src/bun.d.ts",
7 "scripts": {
8 "build": "tslint --fix --project . ./src/**/*.ts && rm -rf ./dist && tsc",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "author": "bunko",
12 "license": "ISC",
13 "husky": {
14 "hooks": {
15 "pre-commit": "lint-staged"
16 }
17 },
18 "lint-staged": {
19 "*.ts": [
20 "tslint --fix --project . ./src/**/*.ts",
21 "git add"
22 ]
23 },
24 "dependencies": {
25 "@types/koa": "^2.0.49",
26 "@types/koa-bodyparser": "^4.3.0",
27 "@types/koa-log4": "^2.3.1",
28 "@types/koa-static": "^4.0.1",
29 "@types/pug": "^2.0.4",
30 "core-js": "^3.0.1",
31 "koa": "^2.7.0",
32 "koa-bodyparser": "^4.2.1",
33 "koa-log4": "^2.3.2",
34 "koa-static": "^5.0.0",
35 "node-ral": "^0.18.1",
36 "pug": "^2.0.4",
37 "typescript": "^3.5.3"
38 },
39 "devDependencies": {
40 "husky": "^2.2.0",
41 "lint-staged": "^8.1.6",
42 "tslint": "^5.18.0",
43 "tslint-config-prettier": "^1.18.0"
44 }
45}