mexc-api
Version:
[](https://npmjs.org/package/mexc-api)
40 lines (39 loc) • 921 B
JSON
{
"version": "0.0.23",
"name": "mexc-api",
"module": "dist/index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:cryptochain-tools/mexc-api.git"
},
"author": "Dream Huang <hebuzuizailai@gmail.com>",
"keywords": [
"mexc",
"api"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"test": "node ./example/index.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.15.0",
"@types/ws": "^8.5.4",
"conventional-changelog-cli": "^2.2.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"ws": "^8.13.0"
},
"dependencies": {
"axios": "^1.3.4",
"crypto-js": "^4.1.1"
}
}