|
| 1 | +{ |
| 2 | + "name": "@idealight-labs/anyweb-js-sdk", |
| 3 | + "description": "AnyWeb JavaScript Software Development Kit", |
| 4 | + "version": "1.1.6", |
| 5 | + "license": "LGPL-3.0", |
| 6 | + "author": "common@idealight.ltd", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/IdeaLightLabs/AnyWeb-JS-SDK.git" |
| 10 | + }, |
| 11 | + "keywords": [ |
| 12 | + "anyweb", |
| 13 | + "sdk" |
| 14 | + ], |
| 15 | + "main": "dist/src/index.js", |
| 16 | + "types": "dist/src/index.d.ts", |
| 17 | + "browser": "dist/anyweb-js-sdk.umd.min.js", |
| 18 | + "browserify-browser": { |
| 19 | + "secp256k1": "secp256k1/elliptic" |
| 20 | + }, |
| 21 | + "files": [ |
| 22 | + "dist", |
| 23 | + "src", |
| 24 | + "lib", |
| 25 | + "types", |
| 26 | + "anyweb-js-sdk.umd.min.js" |
| 27 | + ], |
| 28 | + "browserslit": "cover 99.5%", |
| 29 | + "dependencies": { |
| 30 | + "@commitlint/config-conventional": "^16.0.0", |
| 31 | + "@conflux-dev/conflux-address-js": "^1.3.12", |
| 32 | + "abi-util-lite": "^0.1.0", |
| 33 | + "big.js": "^5.2.2", |
| 34 | + "commander": "^8.0.0", |
| 35 | + "conventional-changelog-cli": "^2.2.2", |
| 36 | + "js-conflux-sdk": "^2.0.0", |
| 37 | + "keccak": "^2.0.0", |
| 38 | + "node-forge": "^1.2.1", |
| 39 | + "rlp": "^2.2.7", |
| 40 | + "scrypt-js": "^3.0.1", |
| 41 | + "secp256k1": "^3.7.1", |
| 42 | + "superagent": "^6.1.0", |
| 43 | + "typescript": "^4.5.5", |
| 44 | + "websocket": "^1.0.31" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "@babel/core": "^7.8.4", |
| 48 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 49 | + "@babel/preset-env": "^7.8.4", |
| 50 | + "@babel/preset-typescript": "^7.16.7", |
| 51 | + "@babel/runtime": "^7.8.4", |
| 52 | + "@commitlint/cli": "^16.1.0", |
| 53 | + "@commitlint/config-angular": "^16.0.0", |
| 54 | + "@types/jest": "^27.4.0", |
| 55 | + "@types/node": "^14.0.23", |
| 56 | + "@types/node-forge": "^1.0.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.10.2", |
| 58 | + "@typescript-eslint/parser": "^5.10.2", |
| 59 | + "babel-plugin-lodash": "^3.3.4", |
| 60 | + "babelify": "^10.0.0", |
| 61 | + "browserify": "^16.5.1", |
| 62 | + "commitizen": "^4.2.4", |
| 63 | + "concurrently": "^5.1.0", |
| 64 | + "cz-conventional-changelog": "^3.3.0", |
| 65 | + "eslint": "^7.12.0", |
| 66 | + "eslint-config-airbnb-base": "^14.0.0", |
| 67 | + "eslint-config-prettier": "^8.3.0", |
| 68 | + "eslint-plugin-import": "^2.18.2", |
| 69 | + "eslint-plugin-prettier": "^4.0.0", |
| 70 | + "exorcist": "^1.0.1", |
| 71 | + "fs-extra": "^8.1.0", |
| 72 | + "husky": "^7.0.0", |
| 73 | + "jest": "^27.4.7", |
| 74 | + "jsbi": "^3.1.4", |
| 75 | + "jsdoc-to-markdown": "^7.1.0", |
| 76 | + "minify-stream": "^2.0.1", |
| 77 | + "mold-source-map": "^0.4.0", |
| 78 | + "prettier": "^2.5.1", |
| 79 | + "solc": "^0.6.10", |
| 80 | + "standard-version": "^9.3.2", |
| 81 | + "ts-jest": "^27.1.3", |
| 82 | + "tsify": "^5.0.4", |
| 83 | + "typedoc": "^0.22.11", |
| 84 | + "typedoc-plugin-markdown": "^3.11.12" |
| 85 | + }, |
| 86 | + "resolutions": { |
| 87 | + "tinyify/acorn-node/acorn": "7.1.1", |
| 88 | + "eslint/espree/acorn": "7.1.1", |
| 89 | + "tinyify/unassertify/unassert/acorn": "7.1.1", |
| 90 | + "**/minimist": "^1.2.3", |
| 91 | + "**/kind-of": "^6.0.3", |
| 92 | + "**/elliptic": "^6.5.3", |
| 93 | + "**/lodash": "^4.17.20", |
| 94 | + "**/babel-jest": "^26.6.0", |
| 95 | + "jest/jest-cli/jest-config/jest-environment-jsdom/jsdom/acorn-globals/acorn": "6.4.1" |
| 96 | + }, |
| 97 | + "scripts": { |
| 98 | + "lint": "eslint ./src ./test", |
| 99 | + "lint:fix": "eslint ./src ./test --fix", |
| 100 | + "build": "node scripts/build-frontend.js", |
| 101 | + "document": "typedoc --plugin typedoc-plugin-markdown --out docs/api/ src/index.ts", |
| 102 | + "prepublishOnly": "npm run build:lib && npm run build", |
| 103 | + "test": "jest --coverage", |
| 104 | + "build:lib": "tsc", |
| 105 | + "dev": "tsc --watch", |
| 106 | + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1", |
| 107 | + "commit": "git cz", |
| 108 | + "release": "standard-version --release-as", |
| 109 | + "prepare": "husky install" |
| 110 | + }, |
| 111 | + "config": { |
| 112 | + "commitizen": { |
| 113 | + "path": "./node_modules/cz-conventional-changelog" |
| 114 | + } |
| 115 | + }, |
| 116 | + "bugs": { |
| 117 | + "url": "https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/issues" |
| 118 | + }, |
| 119 | + "homepage": "https://github.com/IdeaLightLabs/AnyWeb-JS-SDK#readme", |
| 120 | + "directories": { |
| 121 | + "example": "example", |
| 122 | + "lib": "lib", |
| 123 | + "test": "test" |
| 124 | + } |
| 125 | +} |
0 commit comments