19 lines
448 B
JSON
Executable File
19 lines
448 B
JSON
Executable File
{
|
|
"name": "iew-site-builder",
|
|
"version": "0.9.8",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node app.js build",
|
|
"build:prod": "NODE_ENV=production node app.js build",
|
|
"lint:ejs": "npx ejs-lint src/layout",
|
|
"serve": "node app.js serve",
|
|
"watch": "node app.js watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "Eric Woodward (https://www.itsericwoodward.com)",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|