|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
652 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@istanbuljs/schema",
|
|---|
| 3 | "version": "0.1.6",
|
|---|
| 4 | "description": "Schemas describing various structures used by nyc and istanbuljs",
|
|---|
| 5 | "main": "index.js",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "test": "nyc node --test test/test.js",
|
|---|
| 8 | "test:update-snapshots": "nyc node --test --test-update-snapshots test/test.js"
|
|---|
| 9 | },
|
|---|
| 10 | "engines": {
|
|---|
| 11 | "node": ">=8"
|
|---|
| 12 | },
|
|---|
| 13 | "author": "Corey Farrell",
|
|---|
| 14 | "license": "MIT",
|
|---|
| 15 | "repository": {
|
|---|
| 16 | "type": "git",
|
|---|
| 17 | "url": "git+https://github.com/istanbuljs/schema.git"
|
|---|
| 18 | },
|
|---|
| 19 | "bugs": {
|
|---|
| 20 | "url": "https://github.com/istanbuljs/schema/issues"
|
|---|
| 21 | },
|
|---|
| 22 | "homepage": "https://github.com/istanbuljs/schema#readme",
|
|---|
| 23 | "devDependencies": {
|
|---|
| 24 | "nyc": "^18.0.0"
|
|---|
| 25 | }
|
|---|
| 26 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.