pvgttm-web/package.json

20 lines
494 B
JSON
Raw Normal View History

2023-02-20 16:46:46 +00:00
{
"name": "planar-vagabond",
2024-03-04 21:48:32 +00:00
"version": "0.13.0",
2023-02-20 16:46:46 +00:00
"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"
2023-02-20 16:46:46 +00:00
},
"keywords": [],
"author": "Eric Woodward (https://www.itsericwoodward.com)",
2023-03-06 05:56:03 +00:00
"license": "MIT",
2023-02-20 16:46:46 +00:00
"devDependencies": {
2024-01-28 05:50:42 +00:00
"web-weevr": "git+ssh://git@git.itsericwoodward.com:eric/web-weevr.git"
2023-02-20 16:46:46 +00:00
}
}