Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "xtrajson", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A JSON serialization tool", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": "./dist/index.mjs" | ||
}, | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "tsup src/index.ts --dts --format=cjs,esm" | ||
}, | ||
"keywords": [ | ||
@@ -33,7 +40,3 @@ "json", | ||
"vitest": "^0.34.6" | ||
}, | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "tsup src/index.ts --dts" | ||
} | ||
} | ||
} |
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
11750
8
258