@arkane_absolute/sdk
Version:
Arkane SDK for interacting with Arkane API
30 lines (29 loc) • 553 B
JSON
{
"name": "@arkane_absolute/sdk",
"version": "1.0.531",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"arkane",
"trading",
"sdk"
],
"author": "Petru Reaboi",
"license": "ISC",
"description": "Arkane SDK for interacting with Arkane API",
"peerDependencies": {
"axios": "^1.11.0"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"typescript": "^5.4.0"
}
}