-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 822 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": "hangman-helper",
"version": "1.0.0",
"description": "Hangman helper :D",
"main": "./dist/server/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"html": "copyfiles -u 1 src/**/*.html src/**/*.css dist/",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maix0/hangman-helper.git"
},
"keywords": [
"hangman-helper"
],
"author": "Maix",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Maix0/hangman-helper/issues"
},
"homepage": "https://github.com/Maix0/hangman-helper#readme",
"devDependencies": {
"@types/express": "^4.17.0",
"@types/node": "^12.6.8",
"copyfiles": "^2.1.1"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1"
}
}