17 lines
267 B
JSON
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"
|
|
}
|
|
}
|