{ "name": "pptk", "version": "0.1.0", "description": "Pixel-Perfect ToolKit, a library to help make pixel-perfect applications on high-DPI devices", "main": "src/index.js", "type": "module", "types": "types/index.d.ts", "scripts": { "prepare-dev": "tsc src/index.js --declaration --allowJs --emitDeclarationOnly", "dev:solid": "vite dev test/solid", "dev:vanilla": "vite dev test/vanilla", "build": "vite build", "serve": "vite preview", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.shadamethyst.xyz/adri326/pptk" }, "keywords": [ "pixel-perfect", "canvas", "dpi", "high-dpi" ], "author": "Shad Amethyst", "license": "MIT", "devDependencies": { "typescript": "^4.9.0", "vite": "^3.0.9", "vite-plugin-solid": "^2.3.0", "solid-js": "^1.6.2" }, "peerDependencies": { "solid-js": "^1.6.2" } }