aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@istanbuljs/schema/package.json
blob: 1d22cde965a63bddeaee22ba70f57b575e32cb61 (plain)
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
{
	"name": "@istanbuljs/schema",
	"version": "0.1.3",
	"description": "Schemas describing various structures used by nyc and istanbuljs",
	"main": "index.js",
	"scripts": {
		"release": "standard-version --sign",
		"pretest": "xo",
		"test": "tap",
		"snap": "npm test -- --snapshot"
	},
	"engines": {
		"node": ">=8"
	},
	"author": "Corey Farrell",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/istanbuljs/schema.git"
	},
	"bugs": {
		"url": "https://github.com/istanbuljs/schema/issues"
	},
	"homepage": "https://github.com/istanbuljs/schema#readme",
	"devDependencies": {
		"standard-version": "^7.0.0",
		"tap": "^14.6.7",
		"xo": "^0.25.3"
	}
}