blob: a8b7430b502874b79517abf71dbff49bc3444d04 [file] [log] [blame]
{
"name": "@bazel/node-patches",
"version": "0.0.0-PLACEHOLDER",
"description": "Runtime modifications to nodejs internals to help node/npm programs run in bazel",
"main": "src/index.js",
"scripts": {
"test": "c8 mocha -r source-map-support/register test/fs/*.js test/subprocess/test.js",
"compile": "tsc -p tsconfig.json",
"pretest": "npm run compile",
"fix": "git-clang-format"
},
"keywords": [],
"author": "Ryan Day <ryaneday@google.com>",
"license": "Apache-2.0",
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.4",
"@types/rimraf": "^2.0.3",
"c8": "^5.0.4",
"gts": "^1.1.0",
"inline-fixtures": "^1.1.0",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"source-map-support": "^0.5.16",
"typescript": "~4.3.2"
}
}