Comparing version 0.0.0-experimental-199bb7b91-20240311 to 0.0.0-experimental-c450721b1-20240312
{ | ||
"name": "parchment", | ||
"version": "0.0.0-experimental-199bb7b91-20240311", | ||
"version": "0.0.0-experimental-c450721b1-20240312", | ||
"description": "A document model for rich text editors", | ||
"author": "Jason Chen <jhchen7@gmail.com>", | ||
"homepage": "http://quilljs.com/docs/parchment", | ||
"main": "./dist/parchment.umd.js", | ||
"module": "./dist/parchment.mjs", | ||
"main": "./dist/parchment.js", | ||
"types": "./dist/parchment.d.ts", | ||
@@ -17,2 +16,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.1", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
@@ -47,3 +47,4 @@ "@types/node": "^18.15.11", | ||
"test:unit": "vitest", | ||
"test:types": "vitest typecheck" | ||
"test:types": "vitest typecheck", | ||
"test:pkg": "attw $(npm pack)" | ||
}, | ||
@@ -50,0 +51,0 @@ "bugs": { |
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
298675
16