phantom-marmiton/package.json
2022-01-06 18:43:04 +01:00

29 lines
670 B
JSON

{
"name": "phantom-exo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "tsc --watch",
"auto-deploy": "phantombuster"
},
"engines": {
"node": "14.x"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^17.0.8",
"@types/puppeteer": "1.6.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.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",
"typescript": "^4.5.4"
},
"author": "",
"license": "ISC"
}