-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.19 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.19 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
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
{
"name": "ollieos",
"version": "2.3.5",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "tsc --build",
"bundle": "webpack",
"watch-bundle": "webpack --watch --mode=development",
"watch": "tsc --watch",
"dev": "concurrently \"npm:start\" \"npm:watch\"",
"dev-bundle": "concurrently \"npm:start\" \"npm:watch-bundle\"",
"lint": "eslint .",
"fix": "eslint . --fix",
"clean": "rimraf public/script",
"generate-licenses": "node ./bin/generate_licenses.js",
"build:types": "tsc src/kernel/index.ts --emitDeclarationOnly --declaration --outDir types --target es2019 --moduleResolution node --module es2020 -allowSyntheticDefaultImports",
"build:docs": "typedoc --options typedoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obfuscatedgenerated/obfuscatedgenerated.github.io.git"
},
"author": "obfuscatedgenerated",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/obfuscatedgenerated/obfuscatedgenerated.github.io/issues"
},
"homepage": "https://github.com/obfuscatedgenerated/obfuscatedgenerated.github.io#readme",
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-image": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"howler": "^2.2.3",
"html-to-text": "^9.0.5",
"imgToAscii": "github:obfuscatedgenerated/imgToAscii",
"semver": "^7.7.3",
"sixel": "^0.16.0",
"sweetalert2": "^11.4.8",
"xterm-link-provider": "^1.3.1"
},
"devDependencies": {
"@types/html-to-text": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"concurrently": "^7.3.0",
"css-loader": "^6.7.1",
"eslint": "^8.38.0",
"express": "^4.18.1",
"extra-watch-webpack-plugin": "^1.0.3",
"gh-pages": "^5.0.0",
"handlebars": "^4.7.7",
"license-checker-rseidelsohn": "^4.4.2",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typedoc": "^0.28.16",
"typedoc-plugin-extras": "^4.0.1",
"typescript": "^5.9.3",
"webpack": "^5.95.0",
"webpack-cli": "^4.10.0"
}
}