generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 861 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
{
"name": "discord-mod-uploader",
"version": "0.1.5",
"private": true,
"description": "Automated Minecraft mod file upload to a Discord channel.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run package && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compactmods/discord-releaser.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"discord.js": "^14.7.1"
},
"devDependencies": {
"@types/node": "^18.11.0",
"@vercel/ncc": "^0.31.1",
"dotenv": "^16.0.3",
"jest": "^27.2.5",
"js-yaml": "^4.1.0",
"prettier": "2.5.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.4.4"
}
}