forked from giangvo/alfred-workflow-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 772 Bytes
/
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
{
"name": "@alfred-wf-node/yarn-workspaces",
"private": true,
"version": "0.0.0",
"description": "Alfred Workflow in NodeJS",
"author": "Tung Dang",
"repository": {
"type": "git",
"url": "git+https://github.com/tung-dang/alfred-workflow-nodejs-next"
},
"workspaces": [
"packages/*"
],
"bugs": {
"url": "https://github.com/tung-dang/alfred-workflow-nodejs-next/issues"
},
"homepage": "https://github.com/tung-dang/alfred-workflow-nodejs-next",
"devDependencies": {
"wsrun": "^5.2.4"
},
"scripts": {
"cleanup": "./scripts/cleanup.sh",
"tsc": "tsc",
"wsrun": "wsrun",
"build": "yarn wsrun --fast-exit --stages build",
"test": "yarn wsrun test",
"format": "yarn wsrun format"
},
"license": "MIT"
}