-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "msxplay-js",
"version": "1.9.1",
"description": "",
"type": "module",
"engines": {
"node": ">=14.18.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"http-server": "^14.1.1",
"lamejs": "zhuker/lamejs#582bbba6a12f981b984d8fb9e1874499fed85675",
"libkss-js": "^2.2.1",
"mgsc-js": "^2.0.0",
"mgsrc-js": "^2.0.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"utf16-to-sjis": "^1.1.1",
"webaudio-stream-player": "^1.2.1",
"webpack": "^5.90.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"workbox-sw": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0",
"worker-url": "^1.1.0"
},
"repository": {
"typo": "git",
"url": "https://github.com/digital-sound-antiques/msxplay-js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build",
"clean": "rimraf public/dist",
"build": "webpack",
"build:dev": "webpack -w --mode=\"development\"",
"server": "http-server -c-1 ./public --ssl --key ./cert/localhost+2-key.pem --cert ./cert/localhost+2.pem"
},
"keywords": [],
"author": "Mitsutaka Okazaki",
"license": "ISC"
}