Update NPM manifest

This commit is contained in:
Chauncey McAskill
2021-10-01 14:03:41 -04:00
parent 21f6acf4a6
commit b24b4e10c4

View File

@@ -3,11 +3,11 @@
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"type": "module",
"engines": {
"node": ">=14.17"
},
"type": "module",
"author": "Locomotive <info@locomotive.ca>",
"scripts": {
"start": "node --experimental-json-modules --no-warnings build/watch.js",
"build": "node --experimental-json-modules --no-warnings build/build.js"