Files
codeql-action/node_modules/@istanbuljs/schema/package.json

34 lines
800 B
JSON

{
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Schemas describing various structures used by nyc and istanbuljs",
"devDependencies": {
"standard-version": "^7.0.0",
"tap": "^14.6.7",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/istanbuljs/schema#readme",
"license": "MIT",
"main": "index.js",
"name": "@istanbuljs/schema",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/schema.git"
},
"scripts": {
"pretest": "xo",
"release": "standard-version --sign",
"snap": "npm test -- --snapshot",
"test": "tap"
},
"version": "0.1.2"
}