forked from valerauko/wrike-ist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "wrike-ist",
"version": "1.6.4",
"description": "GitHub Action for Wrike and Azure automation",
"main": "resources/main.js",
"scripts": {
"build": "shadow-cljs compile main",
"lint": "shadow-cljs run clj-kondo.main --lint src",
"test": "shadow-cljs compile test",
"repl": "shadow-cljs node-repl",
"release": "rm -f resources/*.js && shadow-cljs release main && ncc build resources/main.js -o resources",
"clean": "rm -rf target && rm -f resources/*.js",
"hard-reset": "yarn clean && rm -rf node_modules && rm -f yarn.lock"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rapyuta-robotics/wrike-ist"
},
"keywords": [
"wrike",
"task management",
"automation",
"pull requests",
"issues",
"github"
],
"author": "Balint Erdos <[email protected]>",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"shadow-cljs": "^2.20.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.0",
"@octokit/core": "^4.0.5",
"yarn": "^1.22.19"
}
}