forked from platzhersh/pacman-canvas
-
Notifications
You must be signed in to change notification settings - Fork 266
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 750 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 750 Bytes
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
{
"name": "pacman-canvas",
"version": "1.0.5",
"description": "pacman-canvas =============",
"main": "pacman-canvas.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"start:dev": "webpack serve --env NODE_ENV=local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/platzhersh/pacman-canvas.git"
},
"author": "platzh1rsch",
"license": "ISC",
"bugs": {
"url": "https://github.com/platzhersh/pacman-canvas/issues"
},
"homepage": "https://github.com/platzhersh/pacman-canvas#readme",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"jest": "^26.6.3",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}