-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
44 lines (44 loc) · 1.62 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
44
{
"author": "Ben Garrett",
"bugs": {
"url": "https://github.com/bengarrett/DOSee/issues",
"email": "code.by.ben@gmail.com"
},
"dependencies": {
"browserfs": "1.4.3",
"browserfs-zipfs-extras": "1.0.1",
"canvas-toBlob": "1.0.0",
"copyfiles": "~2.4.1",
"file-saver-fixed": "1.3.8",
"globals": "^15.3.0",
"http-server": "^14.1.1",
"mini.css": "~3.0.1",
"workbox-cli": "~6.6.0"
},
"description": "A DOSBox-based MS-DOS emulator for the web",
"devDependencies": {
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"htmlhint": "^1.1.4",
"prettier": "^3.2.5"
},
"homepage": "https://github.com/bengarrett/DOSee",
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/4rtEGvUIY"
},
"license": "GPL-3.0-or-later",
"name": "dosee",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/bengarrett/DOSee.git"
},
"scripts": {
"copy": "npx copyfiles -u 1 src/**/**/* src/**/* src/* build && npx copyup -f tmp/workbox-v6.6.1/workbox-sw.js build/js && npx copyup -f node_modules/mini.css/dist/mini-default.min.css build/css && npx copyup -f node_modules/browserfs/dist/browserfs.min.js node_modules/browserfs-zipfs-extras/dist/browserfs-zipfs-extras.js node_modules/file-saver-fixed/dist/FileSaver.min.js node_modules/canvas-toBlob/canvas-toBlob.js build/js",
"install": "npx workbox-cli copyLibraries tmp && npm run copy && npx workbox injectManifest workbox-config.js",
"serve": "npx http-server build --port 8086",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.8.5"
}