Update package.json

This commit is contained in:
CapDog 2022-10-13 16:47:39 -04:00 committed by GitHub
parent 040f876d99
commit 590145320b

View file

@ -1,19 +1,17 @@
{ {
"name": "shockapi", "name": "lightningpub",
"version": "2021.9.19", "version": "2022.12.1",
"description": "", "description": "",
"main": "src/server.js", "main": "src/server.js",
"scripts": { "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": "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: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", "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", "test": "mocha ./utils -b -t 50000 --recursive",
"typecheck": "tsc", "typecheck": "tsc",
"lint": "eslint \"services/gunDB/**/*.js\"", "lint": "eslint \"services/gunDB/**/*.js\"",
"format": "prettier --write \"./**/*.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"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
@ -40,11 +38,9 @@
"google-proto-files": "^1.0.3", "google-proto-files": "^1.0.3",
"graphviz": "0.0.9", "graphviz": "0.0.9",
"grpc": "1.24.4", "grpc": "1.24.4",
"gun": "git://github.com/amark/gun#97aa976c97e6219a9f93095d32c220dcd371ca62",
"husky": "^8.0.1", "husky": "^8.0.1",
"jsonfile": "^6.1.0", "jsonfile": "^6.1.0",
"jsonwebtoken": "^8.3.0", "jsonwebtoken": "^8.3.0",
"localtunnel": "git://github.com/shocknet/localtunnel#40cc2c2a46b05da2217bf2e20da11a5343a5cce7",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"method-override": "^3.0.0", "method-override": "^3.0.0",
"node-fetch": "^3.2.10", "node-fetch": "^3.2.10",