UNPKG

view-transition-name

Version:
44 lines (43 loc) 975 B
{ "name": "view-transition-name", "version": "1.0.1", "description": "Generate css `view-transition-name`s", "keywords": [ "css", "view-transition-name", "custom-ident" ], "homepage": "https://github.com/Calvin-LL/view-transition-name#readme", "bugs": { "url": "https://github.com/Calvin-LL/view-transition-name/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Calvin-LL/view-transition-name.git" }, "license": "MIT", "author": { "name": "Calvin Liang", "email": "npm@calvin.sh", "url": "https://calvin.sh" }, "type": "module", "types": "dist/index.d.ts", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest", "coverage": "vitest run --coverage" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.4", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "dependencies": { "custom-ident": "^1.0.3" } }