phantom-marmiton/package.json
2022-01-08 00:07:09 +01:00

51 lines
1.3 KiB
JSON

{
"name": "phantom-exo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint:fix": "eslint . --fix --quiet",
"lint": "eslint . --max-warnings 0",
"test": "jest",
"watch": "webpack --watch",
"auto-deploy": "phantombuster",
"online": "ts-node ./scripts/test_online.ts"
},
"engines": {
"node": "14.x"
},
"devDependencies": {
"@jest/types": "^27.4.2",
"@tsconfig/recommended": "^1.0.1",
"@types/axios": "^0.14.0",
"@types/is-my-json-valid": "^2.18.1",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/prompts": "^2.0.14",
"@types/puppeteer": "1.6.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^4.0.0",
"fs": "0.0.1-security",
"jest": "^27.4.7",
"path": "^0.12.7",
"phantombuster-sdk": "^0.3.3",
"prettier": "^2.5.1",
"prompts": "^2.4.2",
"ts-jest": "^27.1.2",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"author": "",
"license": "ISC"
}