-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.29 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.29 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
{
"name": "digdig-workspace",
"private": true,
"version": "1.2.2",
"description": "digdig.io userscript workspace",
"workspaces": [
"packages/*",
"packages/tools/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run build:custom-font && yarn run build:userscript-plugin && yarn run build:shared && yarn run build:injection && yarn run build:map-scanner-shared && yarn run build:map-scanner-remote && yarn run build:map-scanner-script && yarn run userscript:build && yarn run app:build",
"build:userscript-plugin": "yarn workspace userscript-webpack-plugin build",
"build:shared": "yarn workspace shared build",
"build:injection": "yarn workspace injection build",
"build:custom-font": "yarn workspace custom-font build",
"build:map-scanner-shared": "yarn workspace map-scanner-shared build",
"build:map-scanner-script": "yarn workspace map-scanner-script build",
"build:map-scanner-remote": "yarn workspace map-scanner-remote build",
"app:start": "yarn workspace electron-app start",
"app:build": "yarn workspace electron-app make",
"userscript:build": "yarn workspace userscript build"
},
"keywords": [
"digdig.io",
"script",
"userscript"
],
"author": "Flammrock",
"license": "MIT"
}