pvgttm-web/package.json
Eric Woodward 29b8107409 Update to 0.15
Prep for One Night in Ravenloft
Add lots of magic items
2024-10-27 00:57:40 -04:00

20 lines
494 B
JSON
Executable File

{
"name": "planar-vagabond",
"version": "0.15.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx weevr build",
"build:prod": "cross-env NODE_ENV=production npx weevr build",
"serve": "npx weevr serve",
"start": "npx weevr watch",
"watch": "npx weevr watch"
},
"keywords": [],
"author": "Eric Woodward (https://www.itsericwoodward.com)",
"license": "MIT",
"devDependencies": {
"web-weevr": "git+ssh://git@git.itsericwoodward.com:eric/web-weevr.git"
}
}