33 lines
801 B
JSON
33 lines
801 B
JSON
{
|
|
"name": "phantom-exo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "tsc --watch",
|
|
"auto-deploy": "phantombuster",
|
|
"online": "ts-node ./scripts/test_online.ts"
|
|
},
|
|
"engines": {
|
|
"node": "14.x"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.1",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/node": "^17.0.8",
|
|
"@types/puppeteer": "1.6.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
"@typescript-eslint/parser": "^5.8.0",
|
|
"axios": "^0.24.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"prettier": "^2.5.1",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|