@cirolee/tiny-motion
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "@cirolee/tiny-motion", | ||
"description": "The high-performance extension of Web Animation API for React Hooks", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"main": "dist/index.js", | ||
@@ -11,5 +11,4 @@ "module": "dist/index.mjs", | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
"import": "./dist/index.js" | ||
} | ||
@@ -32,21 +31,21 @@ }, | ||
"author": "CiroLee<https://github.com/CiroLee>", | ||
"homepage": "https://@cirolee/tiny-motion.vercel.app", | ||
"homepage": "https://tiny-motion.vercel.app", | ||
"bugs": { | ||
"url": "https://github.com/CiroLee/@cirolee/tiny-motion/issues" | ||
"url": "https://github.com/CiroLee/tiny-motion/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CiroLee/@cirolee/tiny-motion.git" | ||
"url": "https://github.com/CiroLee/tiny-motion.git" | ||
}, | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"react": "^18", | ||
"react-dom": "^18" | ||
"react": "^18 || ^19", | ||
"react-dom": "^18 || ^19" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"tsup": "^8.1.0", | ||
"@types/react": "^18 || ^19", | ||
"@types/react-dom": "^18 || ^19", | ||
"tsup": "^8.3.5", | ||
"typescript": "^5" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
2
85400