node-ninjacat
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "node-ninjacat", | ||
"description": "Reporting & Management API Client for https://www.ninjacat.io/", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "lib/Client.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"allowSyntheticDefaultImports": true, | ||
"lib": ["dom", "es2017"], | ||
"typeRoots": ["node_modules/@types", "@types"], | ||
"moduleResolution": "node", | ||
"noEmit": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"preserveConstEnums": true, | ||
"removeComments": false, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
@@ -19,6 +11,8 @@ "strict": true, | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true | ||
"resolveJsonModule": true, | ||
"declaration": true, | ||
"outDir": "lib" | ||
}, | ||
"include": ["src/**/*.ts"], | ||
"exclude": ["node_modules/**"] | ||
"include": ["./src/**/*"], | ||
"exclude": ["./node_modules/**/*"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10894
387