@pichxyaponn/tw-angpao
Version:
ระบบรับเงินจาก Truewallet (ซองอั่งเปา) ด้วย ElysiaJS
65 lines (64 loc) • 1.68 kB
JSON
{
"name": "@pichxyaponn/tw-angpao",
"description": "ระบบรับเงินจาก Truewallet (ซองอั่งเปา) ด้วย ElysiaJS",
"version": "1.9.5",
"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": {
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"elysia": "^1.3.4",
"eslint": "^9.29.0",
"tsup": "^8.5.0"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@sinclair/typebox": "^0.34.35",
"json-accelerator": "^0.1.7"
}
}