|
12 | 12 | "dist" |
13 | 13 | ], |
14 | 14 | "scripts": { |
15 | | - "start": "tsdx watch", |
16 | | - "build": "tsdx build", |
17 | | - "test": "tsdx test" |
| 15 | + "dev": "sls invoke local -f dat-song-bot", |
| 16 | + "test": "tsdx test", |
| 17 | + "release": "semantic-release", |
| 18 | + "deploy": "sls deploy" |
18 | 19 | }, |
19 | | - "peerDependencies": {}, |
20 | 20 | "husky": { |
21 | 21 | "hooks": { |
22 | | - "pre-commit": "pretty-quick --staged" |
| 22 | + "pre-commit": "pretty-quick --staged", |
| 23 | + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
23 | 24 | } |
24 | 25 | }, |
25 | 26 | "prettier": { |
|
29 | 30 | "trailingComma": "es5" |
30 | 31 | }, |
31 | 32 | "devDependencies": { |
| 33 | + "@commitlint/config-conventional": "^8.0.0", |
| 34 | + "@semantic-release/changelog": "^3.0.4", |
| 35 | + "@semantic-release/exec": "^3.3.3", |
| 36 | + "@semantic-release/git": "^7.0.12", |
| 37 | + "@semantic-release/github": "^5.4.0", |
32 | 38 | "@types/aws-lambda": "^8.10.27", |
33 | 39 | "@types/debug": "^4.1.4", |
34 | 40 | "@types/fluent-ffmpeg": "^2.1.9", |
|
40 | 46 | "@types/puppeteer": "^1.12.4", |
41 | 47 | "@types/qs": "^6.5.3", |
42 | 48 | "aws-sdk": "^2.476.0", |
43 | | - "husky": "^2.3.0", |
| 49 | + "commitlint": "^8.0.0", |
| 50 | + "husky": "^2.4.1", |
| 51 | + "iltorb": "^2.4.3", |
44 | 52 | "jest-image-snapshot": "^2.8.2", |
45 | 53 | "nock": "^10.0.6", |
| 54 | + "node-loader": "^0.6.0", |
46 | 55 | "prettier": "^1.17.1", |
47 | 56 | "pretty-quick": "^1.10.0", |
| 57 | + "puppeteer": "^1.18.0", |
| 58 | + "puppeteer-core": "^1.18.0", |
| 59 | + "semantic-release": "^15.13.16", |
| 60 | + "serverless-offline": "^5.4.4", |
| 61 | + "serverless-webpack": "^5.3.1", |
| 62 | + "ts-loader": "^6.0.4", |
48 | 63 | "tsdx": "^0.5.11", |
49 | 64 | "tslib": "^1.9.3", |
50 | | - "typescript": "^3.4.5" |
| 65 | + "typescript": "^3.4.5", |
| 66 | + "webpack": "^4.35.0" |
51 | 67 | }, |
52 | 68 | "dependencies": { |
53 | 69 | "@ffmpeg-installer/ffmpeg": "^1.0.18", |
|
59 | 75 | "fs-extra": "^8.0.1", |
60 | 76 | "googleapis": "^40.0.0", |
61 | 77 | "lodash": "^4.17.11", |
62 | | - "puppeteer": "^1.18.0", |
63 | | - "qs": "^6.7.0", |
64 | | - "serverless": "^1.45.1" |
| 78 | + "qs": "^6.7.0" |
65 | 79 | } |
66 | 80 | } |
0 commit comments