{ "name": "wotb-rs", "version": "0.1.5", "description": "Makes Web of Trust computations for the Duniter project.", "main": "lib/index.js", "repository": { "type": "git", "url": "https://git.duniter.org/nodes/typescript/wotb-rs" }, "author": "librelois ", "license": "AGPL-3.0", "engines": { "node": ">=8.11.1", "npm": ">=5.6.0" }, "dependencies": { "neon-cli": "^0.1.22" }, "devDependencies": { "aws-sdk": "2.2.43", "mocha": "2.2.5", "should": "8.1.1" }, "scripts": { "test": "node \"node_modules/mocha/bin/mocha\" tests/", "install": "neon build" } }