kuna-api-sdk
Version:
Kuna api sdk - V3, V2
89 lines (88 loc) • 2.25 kB
JSON
{
"version": "3.1.2",
"_from": "kuna-api-sdk",
"_inBundle": false,
"_integrity": "sha512-Jxx8pNpJKvnotT/KdT2LVqSma4kwlL4XRSTKy4wyHdpZFyuGBh7YpWqLE7uaiXZaPH4MVKM3McJftdCRwjQm0g==",
"_location": "/kuna-api-sdk",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "kuna-api-sdk",
"name": "kuna-api-sdk",
"escapedName": "kuna-api-sdk",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/kuna-api-sdk/-/kuna-api-sdk-1.0.2.tgz",
"_shasum": "4e026aba94c1520bd15662505501d06154ba81bc",
"_spec": "kuna-api-sdk",
"_where": "D:\\CODING\\PROJECTS\\Kuna-api-sdk",
"author": "",
"bundleDependencies": [],
"repository": {
"type": "git",
"url": "https://github.com/Nikeweke/kuna-api-sdk.git"
},
"bugs": {
"url": "https://github.com/Nikeweke/kuna-api-sdk/issues"
},
"homepage": "https://github.com/Nikeweke/kuna-api-sdk",
"deprecated": false,
"description": "Kuna api sdk - V3, V2",
"keywords": [
"kuna",
"cryptocurrency",
"bitcoin"
],
"license": "ISC",
"main": "./dist/index.js",
"name": "kuna-api-sdk",
"scripts": {
"build": "tsc",
"dev": "ts-node ./src/interfaces.ts",
"init-tsconfig": "tsc --init",
"test-s": "cross-env NODE_ENV=test jest --runInBand --verbose --bail --silent",
"test": "cross-env NODE_ENV=test jest --runInBand --verbose --bail"
},
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/node": "^17.0.43",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"jest": {
"setupFiles": [
"<rootDir>/src/jest/setup.js"
],
"testMatch": [
"**/__tests__/**/*.[jt]s?(x)"
],
"testPathIgnorePatterns": [
"<rootDir>/dist/"
],
"transform": {
"^.+\\.ts?$": "ts-jest"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}