UNPKG

@pichxyaponn/tw-angpao

Version:

ระบบรับเงินจาก Truewallet (ซองอั่งเปา) ด้วย ElysiaJS

67 lines (66 loc) 1.72 kB
{ "name": "@pichxyaponn/tw-angpao", "description": "ระบบรับเงินจาก Truewallet (ซองอั่งเปา) ด้วย ElysiaJS", "version": "1.3.0", "author": { "name": "pichxyaponn", "url": "https://github.com/pichxyaponn", "email": "pichxyaponn@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/pichxyaponn/tw-angpao" }, "files": [ "dist", "package.json", "LICENSE", "README.md" ], "main": "./dist/cjs/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/cjs/index.js" } }, "scripts": { "dev": "bun run --hot example/index.ts", "test": "bun test && npm run test:node", "test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js", "build": "bun build.ts", "release": "bun run build && bun publish --access public" }, "keywords": [ "bun", "elysia", "truewallet", "truemoney", "angpao", "voucher", "envelope", "gift" ], "license": "MIT", "devDependencies": { "@eslint/js": "^10.0.1", "@types/bun": "latest", "@typescript-eslint/eslint-plugin": "^8.61.1", "@typescript-eslint/parser": "^8.61.1", "elysia": "^1.4.29", "eslint": "^10.5.0", "globals": "^17.6.0", "tsup": "^8.5.1" }, "peerDependencies": { "elysia": "^1.4.0", "typescript": "^6.0.3" }, "dependencies": { "@sinclair/typebox": "^0.34.49" } }