UNPKG

@blockv/sdk

Version:

Allows web apps to display and interact with vatoms.

89 lines (88 loc) 2.48 kB
{ "name": "@blockv/sdk", "version": "3.2.7", "description": "Allows web apps to display and interact with vatoms.", "main": "lib/index-node.js", "browser": "src/index.js", "scripts": { "build-node": "babel --config-file=./node.babelrc -d lib/ src/", "build-browser": "webpack -p", "build-faces-browser": "webpack -p --config ./face/webpack.config.js", "build-dev": "webpack -d --config ./face/webpack.config.js", "build": "concurrently \"npm run build-node\" \"npm run build-browser\" \"npm run build-faces-browser\"", "prepare": "npm run build", "test": "npm run build && npm run jest --detectOpenHandles", "mocha": "mocha", "jest": "jest" }, "keywords": [ "vatom", "blockv", "browser", "web", "html" ], "files": [ "src/", "face/", "lib/", "dist/" ], "author": "Blockv", "license": "BLOCKv AG", "devDependencies": { "@babel/polyfill": "^7.4.0", "@babel/cli": "^7.2.3", "@babel/core": "^7.4.0", "babel-loader": "^8.0.5", "@babel/preset-env": "^7.4.2", "@babel/preset-react": "^7.0.0", "concurrently": "^4.1.0", "copy": "^0.3.2", "css-loader": "^2.1.1", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-standard": "^4.0.0", "worker-loader": "^2.0.0", "eslint-plugin-jsx-a11y": "^6.2.1", "file-loader": "^3.0.1", "jest": "^24.5.0", "node-qunit-phantomjs": "^2.0.1", "node-sass": "^4.11.0", "postcss-loader": "~3.0.0", "sass-loader": "^7.1.0", "should": "^13.2.3", "style-loader": "^0.23.1", "unexpected": "^11.2.0", "url-loader": "^1.1.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "webpack": "^4.29.6", "webpack-cli": "^3.3.0" }, "dependencies": { "@brillout/fetch": "^0.1.2", "babel-polyfill": "^6.26.0", "babel-preset-stage-0": "^6.24.1", "better-assert": "^1.0.2", "chai": "^4.2.0", "dotenv": "^7.0.0", "expect.js": "^0.3.1", "jwt-decode": "^2.2.0", "lodash": "^4.17.11", "lz-string": "^1.4.4", "url-parse": "^1.4.4" }, "repository": "github:BLOCKvIO/web-sdk", "jest": { "bail": true }, "standard": { "globals": [ "WebSocket" ] } }