@dill-pixel/plugin-springroll
Version:
SpringRoll (PBS)
43 lines (42 loc) • 908 B
JSON
{
"name": "@dill-pixel/plugin-springroll",
"version": "5.0.3",
"description": "SpringRoll (PBS)",
"files": [
"lib",
"src"
],
"main": "lib/dill-pixel-plugin-SpringRoll.mjs",
"types": "lib/index.d.ts",
"exports": {
".": {
"default": "./lib/dill-pixel-plugin-SpringRoll.mjs",
"types": "./lib/index.d.ts"
}
},
"sideEffects": false,
"scripts": {
"build": "pnpm run version && vite build",
"version": "node generateVersion.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"springroll",
"pbs",
"dill-pixel",
"dillpixel"
],
"author": "",
"license": "ISC",
"devDependencies": {
"dill-pixel": "5.0.3",
"vite": "6.1.1",
"vite-plugin-dts": "^4.5.3"
},
"peerDependencies": {
"dill-pixel": "5.0.3"
},
"dependencies": {
"springroll": "github:SpringRoll/SpringRoll#2.7.0"
}
}