|
| 1 | +{ |
| 2 | + "name": "opact-sdk", |
| 3 | + "version": "1.0.57", |
| 4 | + "description": "Opact Protocol SDK to integrate with Opact Ecosystem", |
| 5 | + "author": "OPACT core Contributors", |
| 6 | + "license": "MIT", |
| 7 | + "main": "dist/index.js", |
| 8 | + "scripts": { |
| 9 | + "build": "pnpm clean && tsc", |
| 10 | + "prepack": "pnpm install && pnpm build", |
| 11 | + "build-test": "pnpm clean && tsc -p tsconfig.test.json", |
| 12 | + "release": "mkdir -p release && npm pack && mv *.tgz ./release", |
| 13 | + "clean": "rimraf dist && rimraf coverage && rimraf .nyc_outsput", |
| 14 | + "test": "pnpm build-test && env NODE_ENV=test mocha 'src/**/tests/*.test.ts'", |
| 15 | + "lint": "eslint src/**/*.ts src/*.ts; tsc --noEmit; tsc -p tsconfig.test.json --noEmit" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "/dist", |
| 19 | + "/*.md" |
| 20 | + ], |
| 21 | + "exports": { |
| 22 | + ".": "./dist/index.js" |
| 23 | + }, |
| 24 | + "repository": { |
| 25 | + "type": "git", |
| 26 | + "url": "git+https://github.com/opact-protocol/sdk.git" |
| 27 | + }, |
| 28 | + "homepage": "https://github.com/opact-protocol/sdk#readme", |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/opact-protocol/sdk/issues" |
| 31 | + }, |
| 32 | + "dependencies": { |
| 33 | + "@noble/hashes": "^1.3.2", |
| 34 | + "@peculiar/webcrypto": "^1.4.3", |
| 35 | + "axios": "^1.5.1", |
| 36 | + "big.js": "^6.2.1", |
| 37 | + "bigint-conversion": "^2.4.2", |
| 38 | + "blake-hash": "^2.0.0", |
| 39 | + "circomlibjs": "hsg88/circomlibjs#ffjavascrip.0.1.0", |
| 40 | + "crypto-browserify": "^3.12.0", |
| 41 | + "ethereum-cryptography": "^2.1.2", |
| 42 | + "ffjavascript": "^0.2.60", |
| 43 | + "fixed-merkle-tree": "^0.7.3", |
| 44 | + "js-base64": "^3.7.5", |
| 45 | + "localforage": "^1.10.0", |
| 46 | + "pact-lang-api": "^4.3.6" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@types/big.js": "^6.1.6", |
| 50 | + "@types/chai": "^4.3.5", |
| 51 | + "@types/mocha": "^10.0.1", |
| 52 | + "@types/node": "^20.2.5", |
| 53 | + "@typescript-eslint/eslint-plugin": "^5.59.8", |
| 54 | + "@typescript-eslint/parser": "^5.59.8", |
| 55 | + "chai": "^4.3.7", |
| 56 | + "eslint": "^8.41.0", |
| 57 | + "eslint-config-airbnb-base": "^15.0.0", |
| 58 | + "eslint-config-prettier": "^8.8.0", |
| 59 | + "eslint-plugin-es": "^4.1.0", |
| 60 | + "eslint-plugin-import": "^2.27.5", |
| 61 | + "eslint-plugin-no-only-tests": "^3.1.0", |
| 62 | + "mocha": "^10.2.0", |
| 63 | + "nyc": "^15.1.0", |
| 64 | + "prettier": "^2.8.8", |
| 65 | + "rimraf": "^5.0.1", |
| 66 | + "snarkjs": "^0.7.0", |
| 67 | + "ts-node": "^10.9.1", |
| 68 | + "typechain": "^8.2.0", |
| 69 | + "typescript": "^5.0.4" |
| 70 | + } |
| 71 | +} |
0 commit comments