-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.14 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
44
45
46
47
48
{
"name": "action-monday-state",
"version": "1.2203.38",
"main": "src/index.js",
"files": [
"dist/*"
],
"scripts": {
"build": "ncc build src/index.js -o dist --source-map",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polygon-software/action-monday-state"
},
"bugs": {
"url": "https://github.com/polygon-software/action-monday-state/issues"
},
"keywords": [
"monday.com",
"Zapier"
],
"author": "joelbarmettlerUZH <[email protected]>",
"license": "MIT",
"homepage": "https://polygon-software.ch",
"dependencies": {
"@actions/core": "^1.6.0",
"assert": "^2.0.0",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-plugin-sonarjs": "^0.12.0",
"jest-sonar-reporter": "^2.0.0",
"lodash": "^4.17.21",
"monday-sdk-js": "^0.1.3"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@vercel/ncc": "^0.28.5",
"babel-jest": "^27.5.1",
"jest": "^26.6.3"
},
"jestSonar": {
"reportPath": "reports/coverage",
"reportFile": "test-report.xml",
"indent": 4
}
}