2023-07-17 15:54:30 -05:00
|
|
|
{
|
|
|
|
"name": "schedule-later",
|
2023-07-17 16:19:25 -05:00
|
|
|
"version": "1.0.1",
|
2023-07-17 15:54:30 -05:00
|
|
|
"main": "dist/Scheduler.js",
|
|
|
|
"author": "Nightness",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"test": "./node_modules/.bin/jest --verbose",
|
|
|
|
"watch": "./node_modules/.bin/jest --watch",
|
|
|
|
"deploy": "npm run build && npm publish"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^29.5.3",
|
|
|
|
"@types/node": "^18.11.18",
|
|
|
|
"jest": "^29.6.1",
|
|
|
|
"typescript": "^4.6.4"
|
|
|
|
}
|
|
|
|
}
|