node-ecpay-aio
Version:
A production-ready ECPay AIO SDK for Node.js with TypeScript support.
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "node-ecpay-aio",
"version": "0.2.3",
"description": "A production-ready ECPay AIO SDK for Node.js with TypeScript support.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simenkid/node-ecpay-aio.git"
},
"keywords": [
"ecpay",
"aio"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/simenkid/node-ecpay-aio/issues"
},
"homepage": "https://github.com/simenkid/node-ecpay-aio#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"dependencies": {
"iconv-lite": "^0.6.3",
"yup": "^0.32.11"
},
"engines": {
"node": ">= 10.24.1"
}
}