-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 933 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 933 Bytes
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
{
"name": "@linkurious/github-client",
"version": "1.1.4",
"description": "Github API client for releasing process",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.test.js --timeout 3000",
"test:unit": "nyc --reporter=text-summary --reporter=cobertura --report-dir=reports mocha --timeout 3000 --reporter mocha-multi-reporters --reporter-options configFile=.test-reporters.json test/**/**.test.js",
"lint": "eslint --fix --ext .js .",
"postversion": "sync_versions"
},
"author": "Linkurious SAS",
"license": "ISC",
"dependencies": {
"@octokit/core": "3.1.2",
"request": "2.88.2"
},
"devDependencies": {
"@linkurious/code-tools": "0.0.2",
"chai": "6.0.1",
"eslint": "7.7.0",
"eslint-config-prettier": "10.1.8",
"mocha": "11.7.2",
"mocha-junit-reporter": "2.2.1",
"mocha-multi-reporters": "1.5.1",
"nyc": "17.1.0",
"prettier": "3.6.2"
}
}