UNPKG

animate-image

Version:
69 lines (68 loc) 1.78 kB
{ "name": "animate-image", "version": "0.0.6", "packageManager": "pnpm@7.33.7", "description": "animate-image", "author": "Simon He", "license": "MIT", "repository": { "type": "git", "url": "git + git@github.com:Simon-He95/animate-image.git" }, "bugs": { "url": "https://github.com/Simon-He95/animate-image/issues" }, "keywords": [ "animate-image", "lazy-js-utils", "vue" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=14.6" }, "scripts": { "build": "pkgroll --minify", "dev": "pkgroll --watch", "play": "pnpm run -C playground dev", "play:build": "pnpm run -C playground build", "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 --cache", "lint:fix": "pnpm run lint --fix", "typecheck": "vue-tsc --noEmit", "test": "vitest --dir test -u", "ptest": "pnpm run -C playground test -u", "preview": "pnpm run -C playground preview", "test:e2e": "cypress open", "prepublishOnly": "nr build", "release": "bumpp --commit --tag --push && git push origin --tags -f && npm publish" }, "dependencies": { "@vueuse/core": "^8.9.4", "vue": "^3.5.13" }, "devDependencies": { "@antfu/eslint-config": "^0.25.2", "@types/node": "^17.0.45", "@vitejs/plugin-vue": "^3.2.0", "bumpp": "^7.2.0", "eslint": "^8.57.1", "eslint-plugin-n": "^15.7.0", "lazy-js-utils": "^0.1.39", "pkgroll": "^1.11.1", "typescript": "^4.9.5", "vite": "^3.2.11", "vitest": "^0.13.1" } }