2023-02-20 16:46:46 +00:00
|
|
|
{
|
|
|
|
"name": "planar-vagabond",
|
2024-10-27 04:57:40 +00:00
|
|
|
"version": "0.15.0",
|
2023-02-20 16:46:46 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-02-26 02:27:33 +00:00
|
|
|
"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": [],
|
2023-08-28 03:54:42 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|