leaf-flip
Version:
A modern TypeScript library for creating realistic page turn effects
49 lines • 1.13 kB
JSON
{
"name": "leaf-flip",
"version": "0.0.2",
"description": "A modern TypeScript library for creating realistic page turn effects",
"author": "Giovani Rodriguez",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/codebygio/leaf-flip.git"
},
"bugs": {
"url": "https://github.com/codebygio/leaf-flip/issues"
},
"homepage": "https://github.com/codebygio/leaf-flip#readme",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "npm run build && changeset publish",
"lint": "tsc",
"test": "jest",
"prepare": "npm run build"
},
"keywords": [
"page-turn",
"flip",
"book",
"magazine",
"typescript",
"animation",
"ui",
"interface",
"leaf-flip",
"page-flip"
],
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}