-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
75 lines (75 loc) · 2.18 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
74
75
{
"name": "emulators",
"version": "8.3.3",
"description": "Emulators (dos) with standartized API",
"main": "dist/emulators.js",
"types": "dist/types/emulators.d.ts",
"browserslist": [
"defaults",
"not ie 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/js-dos/emulators.git"
},
"keywords": [
"js-dos",
"dos",
"api",
"browser",
"dosbox",
"emulators",
"webassembly"
],
"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.21.4",
"@babel/preset-env": "^7.21.4",
"@types/assert": "^1.4.6",
"@types/browserify": "^12.0.36",
"@types/chai": "^4.3.4",
"@types/fs-extra": "^11.0.1",
"@types/gulp": "^4.0.10",
"@types/gulp-size": "^4.0.0",
"@types/gulp-sourcemaps": "0.0.35",
"@types/gulp-terser": "^1.2.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@types/vinyl-buffer": "^1.0.0",
"@types/vinyl-source-stream": "0.0.30",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.7",
"colors": "^1.4.0",
"core-js": "^3.30.0",
"del": "^6.1.1",
"eslint": "^8.38.0",
"eslint-config-google": "^0.14.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"git-repo-info": "^2.1.1",
"gulp": "^4.0.2",
"gulp-footer": "^2.1.0",
"gulp-replace": "^1.1.4",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"md5-file": "^5.0.0",
"md5.js": "^1.3.5",
"mocha": "^10.2.0",
"terser": "^5.16.8",
"ts-node": "^10.9.1",
"tsify": "^5.0.4",
"typescript": "^5.0.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}