-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 842 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ei-node-build",
"version": "1.0.0",
"description": "Install NodeJS versions for Amazon Linux2",
"scripts": {
"scrape-definitions": "nodenv-update-version-defs --ei-nodejs -d share/node-build/",
"commit-definitions": "npm explore @nodenv/node-build-update-defs -- npm run defs:commit --",
"lint:lts": "npm explore @nodenv/node-build-update-defs -- npm run defs:lint:lts -- \"$PWD/share/node-build\""
},
"repository": {
"type": "git",
"url": "https://github.com/elastic-infra/ei-node-build.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/elastic-infra/ei-node-build/issues"
},
"homepage": "https://github.com/elastic-infra/ei-node-build#readme",
"dependencies": {
"@nodenv/node-build-update-defs": "github:elastic-infra/node-build-update-defs"
}
}