UNPKG

protosprite-three

Version:

A compact, protobuf based sprite exchange format renderer for Three.js

46 lines (45 loc) 1.03 kB
{ "name": "protosprite-three", "type": "module", "version": "0.1.28", "description": "A compact, protobuf based sprite exchange format renderer for Three.js", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "keywords": [ "protobuf", "sprites", "sprite-sheets", "three" ], "author": "Robert Brownstein", "license": "MIT", "scripts": { "build:clean": "rm -rf ./dist", "build:rollup": "rollup -c", "build": "npm run build:rollup", "prepublish": "npm run build:clean && npm run build" }, "directories": { "src": "src", "dist": "dist" }, "files": [ "src", "dist" ], "dependencies": { "@bufbuild/protobuf": "^2.7.0", "events": "^3.3.0", "protosprite-core": "^0.1.28" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", "@types/three": "^0.159.0", "jest": "^29.7.0", "rollup": "^4.48.1", "rollup-plugin-string": "^3.0.0", "three": "^0.159.0", "typescript": "^5.9.2" } }