thawani-node
Version:
Thawani API http client
38 lines (37 loc) • 810 B
JSON
{
"name": "thawani-node",
"version": "1.2.0",
"description": "Thawani API http client ",
"main": "index.js",
"scripts": {
"start": "npx sucrase-node ./src/app.ts",
"build": "npx sucrase ./src -d ./dist --transforms typescript,imports",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w7shdev/thawani.git"
},
"keywords": [
"Thawani",
"thawani",
"Thawani",
"api",
"thawani",
"API"
],
"author": "Muhannad AL-Risi",
"license": "MIT",
"bugs": {
"url": "https://github.com/w7shdev/thawani/issues"
},
"homepage": "https://github.com/w7shdev/thawani#readme",
"devDependencies": {
"dotenv": "^8.6.0",
"jest": "^27.2.5",
"sucrase": "^3.18.1"
},
"dependencies": {
"axios": "^0.21.1"
}
}