Files
scrape-icp/package.json
2023-03-13 23:36:10 +01:00

38 lines
895 B
JSON

{
"name": "scrape-icp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon src/index.ts",
"start": "ts-node-esm src/index.ts"
},
"keywords": [],
"author": "Andres",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.31.2",
"@types/node": "^18.15.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"nodemon": "^2.0.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@types/node-cron": "^3.0.7",
"dotenv": "^16.0.3",
"node-cron": "^3.0.2",
"playwright": "^1.31.2",
"telegraf": "^4.12.2"
},
"eslint": {
"extends": "standard"
}
}