-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 895 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
31
32
33
34
35
36
37
{
"name": "@semrel-extra/npm",
"version": "1.2.2",
"description": "Drop-in-repl for @semantic-release/npm plugin to handle `npm-whoami` throttling issue for monorepos",
"publishConfig": {
"access": "public"
},
"main": "./src/main/js/index.js",
"scripts": {
"test": "c8 uvu ./src/test/* && c8 report -r lcov"
},
"files": [
"src/main",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/semrel-extra/npm.git"
},
"keywords": [
"semantic-release",
"npm"
],
"author": "Anton Golub <antongolub@antongolub.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/semrel-extra/npm/issues"
},
"homepage": "https://github.com/semrel-extra/npm#readme",
"devDependencies": {
"@semantic-release/npm": "^9.0.1",
"c8": "^7.11.0",
"sinon": "^14.0.0",
"uvu": "^0.5.3"
}
}