diff --git a/package.json b/package.json index 6aff1fcc..a7e65b60 100644 --- a/package.json +++ b/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",