{
  "name": "@nodenv/node-build-prerelease",
  "version": "2.0.262",
  "description": "A nodenv plugin providing node-build definitions for Node.js prereleases.",
  "homepage": "https://github.com/nodenv/node-build-prerelease#readme",
  "license": "MIT",
  "author": "Jason Karns <jason.karns@gmail.com> (http://jasonkarns.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodenv/node-build-prerelease.git"
  },
  "bugs": {
    "url": "https://github.com/nodenv/node-build-prerelease/issues"
  },
  "files": [
    "script",
    "share"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "clean": "git clean -f -- share",
    "start": "npm run scrape-definitions",
    "scrape-definitions": "nodenv-update-version-defs --nodejs-pre --nodejs-nightly -d share/node-build/",
    "commit-definitions": "npm explore @nodenv/node-build-update-defs -- npm run defs:commit --",
    "submit-definitions": "npm explore @nodenv/node-build-update-defs -- npm run defs:submit --",
    "test": "bats ${CI:+--tap} test",
    "posttest": "npm run lint",
    "lint": "git ls-files bin script **/*.*sh | xargs shellcheck",
    "lint:checksums": "npm explore @nodenv/node-build-update-defs -- npm run defs:verify --",
    "postinstall": "script/postinstall",
    "preversion": "script/preversion",
    "postversion": "git push --follow-tags"
  },
  "devDependencies": {
    "@nodenv/node-build-update-defs": "2",
    "bats": "1",
    "prettier": "3"
  }
}
