@venly/connect
Version:
Venly Connect SDK
63 lines (62 loc) • 1.51 kB
JSON
{
"name": "@venly/connect",
"version": "2.8.0",
"description": "Venly Connect SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "umd/index.js",
"scripts": {
"clean": "rm -rf dist",
"build-ts": "tsc -p .",
"build-js": "npx webpack --mode production",
"build": "npm run clean && npm run build-ts && npm run build-js",
"build-and-pack": "npm run clean && npm run build-ts && npm run build-js && npm pack",
"typedoc": "typedoc --out './docs' './src' --excludeExternals --target 'ES5' --theme 'minimal' --hideGenerator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Venly/connect-sdk"
},
"keywords": [
"venly-connect",
"venly-widget",
"venly",
"venly.io",
"venly.market",
"blockchain",
"nft",
"crypto",
"collectible",
"sdk",
"non-fungible-tokens",
"smart-contracts",
"erc-20",
"erc-721",
"erc-1155",
"arkane"
],
"author": "@venly <info@venly.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Venly/connect-sdk/issues"
},
"homepage": "https://venly.io",
"dependencies": {
"@types/node": "^12.7.1",
"es6-promise": "^4.2.8",
"keycloak-js": "11.0.2"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"ts-loader": "^6.0.4",
"typedoc": "^0.20.36",
"typescript": "^3.7.2",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"files": [
"dist",
"umd",
"logo.png"
]
}