52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "jcwallet",
|
|
"version": "1.0.0",
|
|
"description": "embed wallet for game",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "rm -rf ./dist && webpack && tsc --declaration -p ./ -t es2015 --emitDeclarationOnly --outDir dist ",
|
|
"dts": "tsc --declaration -p ./ -t es2015 --emitDeclarationOnly --outDir dist ",
|
|
"postinstall": "patch-package",
|
|
"dist": "webpack"
|
|
},
|
|
"author": "zhl",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@metamask/eth-sig-util": "^4.0.1",
|
|
"@walletconnect/core": "^1.8.0",
|
|
"@walletconnect/http-connection": "^1.8.0",
|
|
"bip39": "^3.0.4",
|
|
"crypto-js": "^4.1.1",
|
|
"ethereumjs-wallet": "^1.0.2",
|
|
"web3": "^1.7.4",
|
|
"web3-provider-engine": "^16.0.4",
|
|
"whatwg-fetch": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.1",
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/preset-typescript": "^7.12.1",
|
|
"@babel/runtime": "^7.12.1",
|
|
"@types/aes-js": "^3.1.1",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"assert": "^2.0.0",
|
|
"babel-loader": "^8.1.0",
|
|
"buffer": "^6.0.3",
|
|
"crypto-browserify": "^3.12.0",
|
|
"https-browserify": "^1.0.0",
|
|
"os-browserify": "^0.3.0",
|
|
"patch-package": "^6.4.7",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"process": "^0.11.10",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0",
|
|
"ts-loader": "~8.2.0",
|
|
"typescript": "~4.1.5",
|
|
"url": "^0.11.0",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^4.9.1"
|
|
}
|
|
}
|