-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 896 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "hexaco",
"version": "1.0.0",
"description": "책 `H 팩터의 심리학` 중 단축형 HEXACO 성격 검사지",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heycalmdown/hexaco.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/heycalmdown/hexaco/issues"
},
"homepage": "https://github.com/heycalmdown/hexaco#readme",
"dependencies": {
"@types/node": "^14.0.0",
"aws-sdk": "^2.685.0",
"lodash": "^4.17.15",
"telegraf": "^3.38.0",
"snyk": "^1.330.2"
},
"devDependencies": {
"@types/lodash": "^4.14.137",
"typescript": "^3.6.2"
},
"snyk": true
}