mirror of
https://github.com/Mestima/GM-Discord.git
synced 2025-06-28 13:19:33 +00:00
nodejs webpart upload
This commit is contained in:
25
web/nodejs/package.json
Normal file
25
web/nodejs/package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "gm-discord-webpart",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"prebuild": "npx tslint -c tslint.json -p tsconfig.json --fix",
|
||||
"build": "npx tsc",
|
||||
"prestart": "npm run build",
|
||||
"start": "node .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Mestima",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
"express": "^4.17.1",
|
||||
"node-fetch": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.7",
|
||||
"@types/node": "^14.6.0",
|
||||
"typescript": "^4.0.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user