25 lines
488 B
JSON
25 lines
488 B
JSON
{
|
|
"name": "date-insert",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"runner": "tsx src/index.ts --noEmit"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.28.1",
|
|
"dependencies": {
|
|
"chalk": "^5.6.2",
|
|
"mysql2": "^3.16.1",
|
|
"nepali-date-library": "^1.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.9",
|
|
"prettier": "^3.8.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|