hapi-caldav
Advanced tools
Comparing version 1.0.0-0 to 1.0.0-2
{ | ||
"name": "hapi-caldav", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0-2", | ||
"description": "hapi plugin providing calDAV routes with pluggable data backend", | ||
"module": "dist/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"compile": "tsc", | ||
"compile": "rollup -c", | ||
"dev": "NODE_ENV=local nodemon start.ts", | ||
@@ -12,3 +16,3 @@ "lint": "npm run lint:es", | ||
"lint:es:fix": "npm run lint:es -- --fix", | ||
"prepare": "husky install", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"", | ||
"prepublishOnly": "npm run compile", | ||
@@ -34,2 +38,6 @@ "start": "npm run compile && node dist/start.js" | ||
"@hapi/hapi": "^20.2.2", | ||
"@rollup/plugin-commonjs": "^23.0.2", | ||
"@rollup/plugin-json": "^5.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-typescript": "^9.0.2", | ||
"@types/hapi__basic": "^5.1.2", | ||
@@ -50,2 +58,5 @@ "@types/hapi__hapi": "^20.0.13", | ||
"nodemon": "^2.0.20", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-dts": "^5.0.0", | ||
"rollup-plugin-polyfill-node": "^0.11.0", | ||
"ts-node": "^10.9.1", | ||
@@ -52,0 +63,0 @@ "typescript": "^4.8.4" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
232375
2670
25
8
1