Files
ipay/package.json
2024-09-14 15:17:05 +08:00

17 lines
267 B
JSON

{
"name": "ipay",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.5.5",
"typescript": "^5.6.2"
}
}