UNPKG

@hypernym/frame

Version:
76 lines (75 loc) 1.66 kB
{ "name": "@hypernym/frame", "version": "0.10.0", "author": "Hypernym Studio", "description": "Universal Frame Manager.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hypernym-studio/frame.git" }, "homepage": "https://github.com/hypernym-studio/frame", "funding": "https://github.com/sponsors/ivodolenc", "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "keywords": [ "frame", "manager", "animation", "request-animation-frame", "javascript", "typescript", "microtask", "schedule", "ticker", "batch", "phase", "queue", "loop", "raf", "fps" ], "scripts": { "dev": "vite playground", "dev:host": "vite playground --host", "build": "hyperbundler", "lint": "eslint .", "lint:fix": "eslint --fix .", "format": "prettier --write .", "test": "vitest -c test/vitest.config.ts", "prepublishOnly": "npm run build" }, "peerDependencies": { "@types/node": ">=20.0.0", "typescript": ">=5.0.0" }, "peerDependenciesMeta": { "@types/node": { "optional": true }, "typescript": { "optional": true } }, "devDependencies": { "@hypernym/bundler": "^0.14.4", "@hypernym/eslint-config": "^3.6.1", "@hypernym/prettier-config": "^3.2.4", "@hypernym/tsconfig": "^2.6.1", "@types/node": "^24.0.4", "eslint": "^9.29.0", "jsdom": "^26.1.0", "prettier": "^3.6.1", "typescript": "^5.8.3", "vite": "^7.0.0", "vitest": "^3.2.4" } }