-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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
35
36
37
38
39
40
{
"name": "smsgfx",
"version": "1.0.0",
"description": "Simple tile editor for Sega Master System and Game Gear games.",
"private": true,
"type": "module",
"scripts": {
"launch": "node ./app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && node ./build/post-build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicDoesCode/SMSGFX.git"
},
"author": "Nicholas Furgiuele",
"license": "ISC",
"bugs": {
"url": "https://github.com/NicDoesCode/SMSGFX/issues"
},
"homepage": "https://github.com/NicDoesCode/SMSGFX#readme",
"dependencies": {
"express": "^4.17.3"
},
"devDependencies": {
"@azure/storage-blob": "^12.12.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.2",
"dotenv": "^16.0.3",
"file-loader": "^6.2.0",
"git-clone": "^0.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"html-webpack-skip-assets-plugin": "^1.0.3",
"script-loader": "^0.7.2",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}