UNPKG

truewallet-angpao

Version:

Redeem TrueMoney Angpao programmatically with TypeScript

46 lines 1.09 kB
{ "name": "truewallet-angpao", "version": "1.1.8", "description": "Redeem TrueMoney Angpao programmatically with TypeScript", "main": "dist/index.js", "types": "dist/index.d.cts", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.cts" } }, "scripts": { "build": "tsup src/index.ts --dts", "dev": "tsc --watch", "test": "bun src/test.ts" }, "dependencies": { "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^24.0.1", "ts-node": "^10.9.2", "tsup": "8.3.5", "typescript": "^5.8.3" }, "author": "CrypticDay", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/crypticday/truewallet-angpao.git" }, "keywords": [ "truemoney", "truewallet", "angpao", "voucher", "api", "typescript" ], "bugs": { "url": "https://github.com/crypticday/truewallet-angpao/issues" }, "homepage": "https://github.com/crypticday/truewallet-angpao#readme" }