-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.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
{
"name": "scratch-run",
"version": "0.1.5",
"description": "Run Scratch from command line",
"main": "./index.js",
"scripts": {
"start": "node ./index.js",
"build": "./build.sh",
"test": "python tests/test.py",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VNOI-Admin/scratch-run.git"
},
"keywords": [
"scratch"
],
"author": "Le Bao Hiep <baohiep2013@gmail.com>",
"license": "agpl-3.0",
"bugs": {
"url": "https://github.com/VNOI-Admin/scratch-run/issues"
},
"homepage": "https://github.com/VNOI-Admin/scratch-run#readme",
"dependencies": {
"fastestsmallesttextencoderdecoder": "^1.0.22",
"minimist": "^1.2.8",
"scratch-vm": "git+https://github.com/TurboWarp/scratch-vm.git#e4e461ac84b1d61a3e7468aa6dbc8b56a2ece35e"
},
"devDependencies": {
"esbuild-loader": "^4.0.2",
"patch-package": "^8.0.0",
"pkg": "^5.8.1",
"webpack": "4.47.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "4.10.0"
},
"overrides": {
"webpack@4.47.0": {
"terser-webpack-plugin": "^4.2.3"
}
}
}