source: trip-planner-front/node_modules/@istanbuljs/schema/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 690 bytes
Line 
1{
2 "name": "@istanbuljs/schema",
3 "version": "0.1.3",
4 "description": "Schemas describing various structures used by nyc and istanbuljs",
5 "main": "index.js",
6 "scripts": {
7 "release": "standard-version --sign",
8 "pretest": "xo",
9 "test": "tap",
10 "snap": "npm test -- --snapshot"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "author": "Corey Farrell",
16 "license": "MIT",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/istanbuljs/schema.git"
20 },
21 "bugs": {
22 "url": "https://github.com/istanbuljs/schema/issues"
23 },
24 "homepage": "https://github.com/istanbuljs/schema#readme",
25 "devDependencies": {
26 "standard-version": "^7.0.0",
27 "tap": "^14.6.7",
28 "xo": "^0.25.3"
29 }
30}
Note: See TracBrowser for help on using the repository browser.