UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

58 lines (57 loc) 1.56 kB
{ "name": "p2lara", "version": "1.0.1", "description": "Decentralized LoraWan network based off of Ding.js", "main": "dist/src/index.js", "scripts": { "test": "ts-mocha -p ./tsconfig.json test/*.ts", "prebuild": "tslint -c tslint.json -p tsconfig.json --fix", "build": "tsc", "prestart": "npm run build", "watch-ts": "tsc -w", "watch-node": "nodemon dist/src/index.js", "dev": "concurrently -k -p \"[{name}]\" -n \"TypeScript, Node\" -c \"yello.bold, cyan.bold\" \"npm run watch-ts\" \"npm run watch-node\"", "start": "npm run dev", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "snyk-protect": "snyk-protect", "prepare": "npm run snyk-protect" }, "keywords": [ "Decentralized", "Lorawan", "IOT", "Blockchain", "P2P", "connectivity", "wireless", "networking" ], "author": "The Lonero Foundation", "license": "Apache-2.0 or MIT", "dependencies": { "decentralized-internet": "^5.0.0", "@types/mosca": "^2.8.1", "express": "^5.0.0", "influx": "^5.0.7", "mosca": "^2.8.3", "mqtt": "^5.7.2", "ttn": "^2.3.2", "@snyk/protect": "latest" }, "devDependencies": { "@types/expect": "24.3.2", "@types/express": "5.0.6", "@types/mocha": "10.0.10", "@types/node": "25.0.2", "concurrently": "9.2.1", "mocha": "11.7.5", "nodemon": "3.1.11", "ts-mocha": "10.1.0", "ts-node": "10.9.2", "tslint": "6.1.3", "typescript": "5.9.3", "vuepress": "1.9.10" }, "snyk": true }