node-mexc-api
Version:
[](https://npmjs.org/package/node-mexc-api)
40 lines (39 loc) • 931 B
JSON
{
"version": "1.0.0",
"name": "node-mexc-api",
"module": "dist/index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/halil07/node-mexc-api.git"
},
"author": "Halil Ceyhan <halilceyhan05@gmail.com>",
"keywords": [
"mexc",
"api"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"postinstall": "npm run build",
"test": "node ./example/index.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.11.3",
"conventional-changelog-cli": "^2.2.2",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"ws": "^8.9.0"
},
"dependencies": {
"axios": "^1.1.3",
"crypto-js": "^4.1.1"
}
}