voucher-ts
Version:
TypeScript SDK for redeeming TrueWallet vouchers (zero dependencies)
38 lines (37 loc) • 888 B
JSON
{
"name": "voucher-ts",
"version": "2.1.0",
"description": "TypeScript SDK for redeeming TrueWallet vouchers (zero dependencies)",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npm run build:clean && npm run build:types && npm run build:bundle",
"build:clean": "rm -rf dist",
"build:types": "tsc --emitDeclarationOnly",
"build:bundle": "node build.js",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"truewallet",
"voucher",
"thailand",
"payment"
],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^22.15.34",
"esbuild": "^0.25.5",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0"
},
"sideEffects": false
}