@torchlabs/transactions
Version:
Package to calculate profit made through client sales
25 lines (24 loc) • 614 B
JSON
{
"name": "@torchlabs/transactions",
"version": "2.0.3",
"description": "Package to calculate profit made through client sales",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"test": "echo \"Test\"",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Torch-Labs/transactions.git"
},
"author": "Sharith Godamanna",
"license": "ISC",
"bugs": {
"url": "https://github.com/Torch-Labs/transactions/issues"
},
"homepage": "https://github.com/Torch-Labs/transactions#readme",
"devDependencies": {
"typescript": "^4.2.3"
}
}