@literate.ink/utilities
Advanced tools
Comparing version 1.0.0-10253778099.1 to 1.0.0-10281844077.1
{ | ||
"name": "@literate.ink/utilities", | ||
"version": "1.0.0-10253778099.1", | ||
"version": "1.0.0-10281844077.1", | ||
"description": "A general package containing utilities for helping building our libraries.", | ||
"private": false, | ||
"repository": "https://github.com/LiterateInk/Utilities", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -14,3 +27,2 @@ "build": "tsup", | ||
"author": "LiterateInk <contact@literate.ink> (https://github.com/LiterateInk)", | ||
"repository": "https://github.com/LiterateInk/Utilities", | ||
"homepage": "https://docs.literate.ink/utilities", | ||
@@ -21,14 +33,2 @@ "bugs": { | ||
"license": "MIT", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -35,0 +35,0 @@ "@types/node": "^20.14.14", |
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
13853
244