pjsekai-background-generator-pixi
Version:
Generate PJSekai background by PixiJS.
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "pjsekai-background-generator-pixi",
"version": "1.0.3",
"description": "Generate PJSekai background by PixiJS.",
"repository": "github:mkpoli/pjsekai-background-generator-pixi",
"homepage": "https://github.com/mkpoli/pjsekai-background-generator-pixi#readme",
"bugs": {
"url": "https://github.com/mkpoli/pjsekai-background-generator-pixi/issues"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "echo \"Info: no test\"",
"publish": "np"
},
"author": "mkpoli <mkpoli@mkpo.li>",
"license": "GPLv3",
"files": [
"dist"
],
"source": "dist/bg-gen.esm.js",
"main": "dist/bg-gen.esm.min.js",
"module": "dist/bg-gen.esm.min.js",
"browser": "dist/bg-gen.umd.min.js",
"devDependencies": {
"@rollup/plugin-image": "^2.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.62.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^2.0.5",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"peerDependencies": {
"pixi.js": "^6.2.1"
},
"keywords": [
"pixi.js",
"pjsekai"
],
"np": {
"yarn": false,
"cleanup": false,
"message": "V: Release v%s"
}
}