@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
52 lines (51 loc) • 1.45 kB
JSON
{
"name": "@openweb3-io/waas",
"version": "0.1.5",
"description": "WaaS API client and WaaS verification library",
"author": "waas",
"repository": "https://github.com/waas/waas-libs",
"type": "commonjs",
"keywords": [
"openweb3",
"waas",
"diahook",
"typescript"
],
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepare": "yarn run build",
"test": "jest",
"prepublishOnly": "yarn lint",
"lint:eslint": "eslint --ignore-path .lintignore --ext .js,.jsx,.ts,.tsx src",
"lint:prettier": "prettier --ignore-path .lintignore --write src/**.ts",
"lint": "yarn run lint:prettier && yarn run lint:eslint --max-warnings=0",
"lint:fix": "yarn run lint:prettier --write && yarn run lint:eslint --fix"
},
"dependencies": {
"@stablelib/base64": "^1.0.0",
"es6-promise": "^4.2.4",
"fast-sha256": "^1.3.0",
"tsc": "^2.0.4",
"tweetnacl": "^1.0.3",
"url-parse": "^1.4.3",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@stablelib/utf8": "^1.0.1",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@typescript-eslint/typescript-estree": "^4.15.2",
"eslint": "^7.20.0",
"jest": "^27.0.4",
"prettier": "^2.2.1",
"ts-jest": "^27.0.3",
"typescript": "^3.9.3"
}
}