@botmock-api/utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@botmock-api/utils", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "utilities for handling data from the Botmock API", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "jest", |
{ | ||
"compilerOptions": { | ||
"moduleResolution": "node", | ||
"target": "es2017", | ||
"module": "commonjs", | ||
"lib": ["es2017", "es7", "es6"], | ||
"outDir": "dist", | ||
"declaration": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
"esModuleInterop": true | ||
}, | ||
"exclude": ["node_modules"] | ||
"exclude": ["node_modules", "dist"] | ||
} |
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
11233
10
71