@magflip/flipview
Version:
One of the core view plugins of MagFlip, displaying the book in a flipping format.
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "@magflip/flipview",
"version": "0.5.43",
"title": "MagFlip(Magzog's flip book) view plugin, 'flipview' Package",
"description": "One of the core view plugins of MagFlip, displaying the book in a flipping format.",
"type": "module",
"author": {
"name": "Shinkee Cho",
"email": "sing@magzog.com",
"url": "https://github.com/i486magzog"
},
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"keywords": [
"flip",
"flipbook",
"flippage",
"flipping",
"page-flip",
"magflip",
"ebook",
"book",
"magzog"
],
"homepage": "https://github.com/i486magzog/magFlip",
"repository": {
"type": "git",
"url": "git+https://github.com/i486magzog/magFlip.git",
"directory": "packages/flipview"
},
"scripts": {
"test": "jest",
"versionup:minor": "npm version minor --git-tag-version",
"prebuild": "npm version patch",
"build": "tsc && npx rollup -c",
"build:watch": "tsc && npx rollup -cw",
"pub": "npm publish --access public --otp=$npm_config_otp"
},
"devDependencies": {
"@magflip/core": "^0.5.42",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
}
}