-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
33 lines (33 loc) ยท 890 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
{
"name": "pangyo-smilecook",
"version": "1.0.0",
"description": "ํ๊ต ํ์๋ทํ ์ค๋ง์ผ์ฟก ์๋จ",
"main": "app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techinpark/pangyo-smilecook.git"
},
"author": "Fernando",
"license": "MIT",
"bugs": {
"url": "https://github.com/techinpark/pangyo-smilecook/issues"
},
"homepage": "https://github.com/techinpark/pangyo-smilecook#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@slack/webhook": "^5.0.3",
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.18",
"@types/node": "^13.13.2",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3",
"moment": "^2.24.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
}
}