UNPKG

861 BJSONView Raw
1{
2 "name": "@istanbuljs/nyc-config-typescript",
3 "version": "1.0.2",
4 "description": "nyc configuration that works with typescript",
5 "main": "index.js",
6 "files": [
7 "index.js"
8 ],
9 "scripts": {
10 "test": "exit 0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
15 "directory": "packages/nyc-config-typescript"
16 },
17 "keywords": [
18 "typescript",
19 "config",
20 "nyc",
21 "test",
22 "coverage"
23 ],
24 "author": "Jason Kurian <jgkurian@me.com>",
25 "license": "ISC",
26 "bugs": {
27 "url": "https://github.com/istanbuljs/istanbuljs/issues"
28 },
29 "homepage": "https://istanbul.js.org/",
30 "publishConfig": {
31 "access": "public"
32 },
33 "engines": {
34 "node": ">=8"
35 },
36 "dependencies": {
37 "@istanbuljs/schema": "^0.1.2"
38 },
39 "peerDependencies": {
40 "nyc": ">=15"
41 }
42}