revamped
This commit is contained in:
parent
322b182ca1
commit
93d4f838b6
50 changed files with 1016 additions and 113 deletions
12
package.json
Normal file → Executable file
12
package.json
Normal file → Executable file
|
|
@ -1,11 +1,17 @@
|
|||
{
|
||||
"name": "the-fold-within",
|
||||
"name": "the-fold-within-earth",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "node build.js"
|
||||
"build": "node build.mjs",
|
||||
"serve": "http-server public"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
"http-server": "^14.1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue