-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
{
"name": "@nodenv/nodenv-default-packages",
"version": "1.0.2",
"description": "A nodenv plugin that installs a set of npm packages every time you install a new version of Node.",
"homepage": "https://github.com/nodenv/nodenv-default-packages#readme",
"license": "MIT",
"contributors": [
"Jason Karns <jason.karns@gmail.com> (http://jasonkarns.com)",
"Josh Hagins <hagins.josh@gmail.com>",
"Sam Stephenson <sstephenson@gmail.com> (http://sstephenson.us)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nodenv/nodenv-default-packages.git"
},
"bugs": {
"url": "https://github.com/nodenv/nodenv-default-packages/issues"
},
"directories": {
"bin": "bin",
"lib": "libexec",
"test": "test"
},
"files": [
"bin",
"etc"
],
"scripts": {
"start": "bin/nodenv-default-packages",
"test": "bats ${CI:+--tap} test",
"posttest": "npm run lint",
"lint": "git ls-files bin etc script */*.*sh | xargs shellcheck",
"lint:format": "prettier --write .",
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@nodenv/nodenv": "1",
"bats": "1",
"bats-assert": "2",
"bats-mock": "1",
"bats-support": "^0.3.0",
"prettier": "3",
"shellcheck": "4"
}
}