UNPKG

@urso/revolt-fx

Version:

Particle and Effect System for Pixi.js

55 lines (54 loc) 1.29 kB
{ "name": "@urso/revolt-fx", "version": "0.2.0", "description": "Particle and Effect System for Pixi.js", "main": "./lib/index.js", "scripts": { "tsc": "tsc", "tsc:watch": "tsc -w", "rollup": "rollup -c", "build": "npm run tsc & npm run rollup" }, "keywords": [ "Pixi.js", "PixiJS", "Particles", "FX", "Effects", "Particle System", "Effect System" ], "repository": { "type": "git", "url": "git+https://github.com/bma73/revolt-fx.git" }, "bugs": { "url": "https://github.com/bma73/revolt-fx/issues" }, "homepage": "https://github.com/bma73/revolt-fx#readme", "files": [ "lib/**/*.js", "dist/*.js", "lib/**/*.d.ts", "README.md", "LICENSE" ], "author": "Björn Acker <bjoern@electronauts.net>", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.6", "@babel/plugin-transform-runtime": "^7.23.6", "@babel/preset-env": "^7.23.6", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@types/node": "^14.0.13", "pixi.js": "^8.0.5", "rollup": "^4.9.2", "typescript": "^5.3.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4" }, "peerDependencies": { "pixi.js": "^8.x" } }