UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@graphql-modules/sonar",
3 "version": "0.2.2",
4 "main": "dist/index.js",
5 "license": "MIT",
6 "scripts": {
7 "test": "jest",
8 "build": "tsc",
9 "lint": "tslint -c ../../tslint.json 'src/**/*.ts' --format stylish"
10 },
11 "jest": {
12 "globals": {
13 "ts-jest": {
14 "diagnostics": false
15 }
16 },
17 "transform": {
18 "^.+\\.tsx?$": "ts-jest"
19 },
20 "testPathIgnorePatterns": [
21 "/node_modules/",
22 "/test-assets"
23 ],
24 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
25 "moduleFileExtensions": [
26 "ts",
27 "tsx",
28 "js",
29 "jsx",
30 "json",
31 "node"
32 ]
33 },
34 "devDependencies": {
35 "jest": "23.6.0",
36 "tslint": "5.11.0",
37 "typescript": "3.1.6"
38 },
39 "peerDependencies": {
40 "@graphql-modules/logger": "*"
41 },
42 "dependencies": {
43 "@graphql-modules/logger": "0.2.2",
44 "@types/glob": "7.1.1",
45 "glob": "7.1.3",
46 "tslib": "1.9.3"
47 },
48 "typings": "./dist/index.d.ts",
49 "typescript": {
50 "definition": "./dist/index.d.ts"
51 },
52 "publishConfig": {
53 "access": "public"
54 }
55}