forked from caiiiycuk/js-dos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.12 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "js-dos",
"version": "7.5.0",
"description": "Easiest API to run dos programs in browser",
"main": "dist/js-dos.js",
"types": "dist/types/src/player.d.ts",
"browserslist": [
"defaults",
"not ie 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/caiiiycuk/js-dos.git"
},
"keywords": [
"js-dos",
"dos",
"api",
"browser",
"dosbox"
],
"author": "Alexander Guryanov (aka caiiiycuk)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/caiiiycuk/js-dos/issues"
},
"homepage": "https://js-dos.com",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@types/browserify": "^12.0.37",
"@types/gulp": "^4.0.6",
"@types/gulp-rename": "2.0.1",
"@types/gulp-size": "^4.0.0",
"@types/gulp-sourcemaps": "^0.0.35",
"@types/gulp-terser": "^1.2.1",
"@types/gulp-uglify": "^3.0.7",
"@types/node": "^18.0.6",
"@types/notyf": "^3.0.0",
"@types/undertaker": "^1.2.8",
"@types/vinyl-buffer": "^1.0.0",
"@types/vinyl-source-stream": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"babelify": "^10.0.0",
"base64-js": "^1.5.1",
"browserify": "^17.0.0",
"core-js": "^3.23.5",
"del": "^6.1.1",
"emulators": "^0.73.8",
"emulators-ui": "^0.73.9",
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"htm": "^3.1.1",
"preact": "^10.10.0",
"tailwindcss": "^2.2.17",
"ts-node": "^10.9.1",
"tsify": "^5.0.4",
"typescript": "^4.7.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"nanoid": "^3.3.4"
}
}