schedule-later/package.json

18 lines
432 B
JSON

{
"name": "schedule-later",
"version": "1.0.1",
"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"
}
}