Update package.json
This commit is contained in:
parent
040f876d99
commit
590145320b
1 changed files with 4 additions and 8 deletions
12
package.json
12
package.json
|
|
@ -1,19 +1,17 @@
|
|||
{
|
||||
"name": "shockapi",
|
||||
"version": "2021.9.19",
|
||||
"name": "lightningpub",
|
||||
"version": "2022.12.1",
|
||||
"description": "",
|
||||
"main": "src/server.js",
|
||||
"scripts": {
|
||||
"start": "node main.js -h 0.0.0.0 -c",
|
||||
"start": "node main.js -c",
|
||||
"dev": "node --trace-warnings --max-old-space-size=4096 main.js -h 0.0.0.0",
|
||||
"dev:watch": "nodemon main.js -- -h 0.0.0.0",
|
||||
"dev:attach": "node --inspect --trace-warnings --max-old-space-size=4096 main.js -h 0.0.0.0",
|
||||
"test": "mocha ./utils -b -t 50000 --recursive",
|
||||
"typecheck": "tsc",
|
||||
"lint": "eslint \"services/gunDB/**/*.js\"",
|
||||
"format": "prettier --write \"./**/*.js\"",
|
||||
"test:gun": "ts-node src/__gun__tests__/*.ts && rimraf -rf GUN-TEST-*",
|
||||
"test:gun:epub": "node testscript.js on capdog.epub"
|
||||
"format": "prettier --write \"./**/*.js\"","
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
@ -40,11 +38,9 @@
|
|||
"google-proto-files": "^1.0.3",
|
||||
"graphviz": "0.0.9",
|
||||
"grpc": "1.24.4",
|
||||
"gun": "git://github.com/amark/gun#97aa976c97e6219a9f93095d32c220dcd371ca62",
|
||||
"husky": "^8.0.1",
|
||||
"jsonfile": "^6.1.0",
|
||||
"jsonwebtoken": "^8.3.0",
|
||||
"localtunnel": "git://github.com/shocknet/localtunnel#40cc2c2a46b05da2217bf2e20da11a5343a5cce7",
|
||||
"lodash": "^4.17.21",
|
||||
"method-override": "^3.0.0",
|
||||
"node-fetch": "^3.2.10",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue