meru-stablecoin-lib
Version:
A comprehensive TypeScript library for stablecoin operations including encryption utilities, error handling, and validation tools
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "meru-stablecoin-lib",
"version": "1.0.1",
"description": "A comprehensive TypeScript library for stablecoin operations including encryption utilities, error handling, and validation tools",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getmeru/meru-stablecoin-lib.git"
},
"keywords": [
"stablecoin",
"cryptocurrency",
"encryption",
"crypto",
"typescript",
"blockchain",
"api",
"utilities",
"error-handling",
"validation"
],
"author": "Meru Team",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/getmeru/meru-stablecoin-lib/issues"
},
"homepage": "https://github.com/getmeru/meru-stablecoin-lib#readme",
"devDependencies": {
"@types/node": "^20.0.0",
"ms": "^2.1.3",
"rimraf": "^5.0.0",
"typescript": "^5.0.0"
},
"dependencies": {
"dotenv": "^16.0.0",
"http-status-codes": "^2.0.0"
},
"peerDependencies": {
"@aws-sdk/client-kms": "^3.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}