Create package.json
This commit is contained in:
parent
9b6145688d
commit
b17c8f0e90
1 changed files with 12 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "the-fold-within",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"version": "2.7.0",
|
||||
"scripts": {
|
||||
"build": "node tools/generate-index.mjs",
|
||||
"serve": "npx http-server public -p 8080 -c-1"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue