Update package.json
This commit is contained in:
parent
42af773c98
commit
afe1a9add2
1 changed files with 4 additions and 9 deletions
13
package.json
13
package.json
|
|
@ -1,12 +1,7 @@
|
|||
{
|
||||
"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": {}
|
||||
"version": "2.3.0",
|
||||
"dependencies": {
|
||||
"pdf-parse": "^1.1.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue