forked from TurboWarp/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.35 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
{
"name": "@turbowarp/extensions",
"version": "0.0.1",
"description": "Unsandboxed extensions for TurboWarp",
"scripts": {
"start": "node development/server.js",
"dev": "node development/server.js",
"build": "node development/build-production.js",
"validate": "node development/validate.js",
"lint": "eslint development extensions --max-warnings=0",
"format": "prettier . --write",
"check-format": "prettier . --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TurboWarp/extensions.git"
},
"license": "MIT AND LGPL-3.0-only AND GPL-3.0-only AND CC-BY-SA-4.0 AND CC-BY-4.0 AND CC-BY-2.5 AND CC0-1.0 AND Apache-2.0 AND MPL-2.0 AND BSD-3-Clause",
"bugs": {
"url": "https://github.com/TurboWarp/extensions/issues"
},
"homepage": "https://github.com/TurboWarp/extensions#readme",
"dependencies": {
"@turbowarp/json": "^0.1.2",
"@turbowarp/scratchblocks": "^3.6.5",
"@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw",
"adm-zip": "^0.5.16",
"chokidar": "^4.0.1",
"ejs": "^3.1.10",
"express": "^4.21.1",
"image-size": "^1.1.1",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"eslint": "^9.14.0",
"espree": "^9.6.1",
"esquery": "^1.6.0",
"prettier": "^3.3.3",
"spdx-expression-parse": "^4.0.0"
},
"private": true
}