@wishcore/wish-sdk
Version:
Wish API for node. Used for building Wish Apps.
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "@wishcore/wish-sdk",
"version": "0.4.0-beta-20",
"description": "Wish API for node. Used for building Wish Apps.",
"main": "dist/src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/WishCore/wish-api-node.git"
},
"keywords": [
"wish",
"api",
"security",
"peer-to-peer"
],
"author": "André Kaustell <andre.kaustell@wishtech.fi>",
"license": "Apache-2.0",
"dependencies": {
"@wishcore/wish-rpc": "0.6.12",
"bson-buffer": "1.0.2"
},
"devDependencies": {
"@types/expect": "1.20.3",
"@types/joi": "14.3.4",
"@types/mocha": "8.2.0",
"@types/node": "14.14.21",
"mkdirp": "0.5.1",
"mocha": "3.2.0",
"ts-node": "10.4.0",
"typescript": "4.5.2"
},
"scripts": {
"watch": "tsc --watch",
"test": "mocha --exit -r ts-node/register test/**/*.spec.ts",
"test-only": "mocha --exit -r ts-node/register",
"coverage": "nyc mocha --exit -r ts-node/register -r source-map-support/register test/**/*.spec.ts",
"prepare": "tsc"
}
}