@mankubes-framework/pkg-schema
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@mankubes-framework/pkg-schema", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"main": "src/index.mjs", | ||
"module": "src/index.mjs", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"default": "./dist/index.js" | ||
} | ||
".": "./src/index.mjs" | ||
}, | ||
"imports": { | ||
"#definitions/*": "./dist/definitions/*.js", | ||
"#schemas/*": "./dist/schemas/*.js", | ||
"#validators/*": "./dist/validators/*.js" | ||
"#definitions/*": "./src/definitions/*.mjs", | ||
"#schemas/*": "./src/schemas/*.mjs", | ||
"#validators/*": "./src/validators/*.mjs" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"compile": "yarn tsc -p tsconfig.json", | ||
"start": "node ./dist/index.js" | ||
"start": "node ./src/index.mjs" | ||
}, | ||
@@ -41,6 +38,3 @@ "repository": { | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.10", | ||
"typescript": "^4.1.2" | ||
} | ||
"devDependencies": {} | ||
} |
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
0
2580
6
60