add magic item images, some wpm creatures

This commit is contained in:
2024-02-25 21:27:33 -05:00
parent ea35444749
commit 0474c46e75
40 changed files with 935 additions and 37 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "planar-vagabond",
"version": "0.12.1",
"version": "0.12.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "node app.js build",
"build:prod": "cross-env NODE_ENV=production node ./lib/build",
"serve": "node app.js serve",
"start": "node app.js watch",
"watch": "node app.js watch"
"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)",