forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 818 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 818 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
30
31
32
33
34
35
36
37
38
{
"name": "libnpmteam",
"description": "npm Team management APIs",
"version": "2.0.4",
"author": "Kat Marchán <kzm@zkat.tech>",
"license": "ISC",
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"lint": "standard",
"test": "tap",
"posttest": "npm run lint"
},
"devDependencies": {
"nock": "^12.0.1",
"standard": "^14.3.1",
"tap": "^14.10.6"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/libnpmteam.git"
},
"files": [
"index.js"
],
"homepage": "https://npmjs.com/package/libnpmteam",
"dependencies": {
"aproba": "^2.0.0",
"npm-registry-fetch": "^14.0.0"
},
"engines": {
"node": ">=10"
},
"tap": {
"check-coverage": true
}
}