Path: blob/master/lib/rammerhead/package.json
5227 views
{1"name": "@rubynetwork/rammerhead",2"version": "1.2.41-ruby.2",3"description": "User friendly web proxy powered by testcafe-hammerhead",4"main": "src/index.js",5"private": false,6"scripts": {7"start": "node server.js",8"build": "node src/build.js",9"bstart": "npm run build && npm run start",10"test": "npm run format && npm run lint && npm run build",11"lint": "eslint -c .eslintrc.json --ext .js src",12"format": "prettier --write 'src/**/*.js'",13"clientes5": "es-check es5 src/client/*.js public/**/*.js"14},15"repository": {16"type": "git",17"url": "git+https://github.com/binary-person/rammerhead.git"18},19"author": "Simon Cheng <[email protected]> (https://github.com/binary-person)",20"license": "MIT",21"bugs": {22"url": "https://github.com/binary-person/rammerhead/issues"23},24"homepage": "https://github.com/binary-person/rammerhead#readme",25"dependencies": {26"async-exit-hook": "^2.0.1",27"cookie": "^0.5.0",28"fastify": "^4.26.2",29"keyv-lru-files": "github:holy-unblocker/keyv-lru-files",30"mime": "^2.5.2",31"testcafe-hammerhead": "24.5.18",32"uglify-js": "^3.15.3",33"uuid": "^8.3.2",34"ws": "^8.2.0"35},36"devDependencies": {37"babel-eslint": "^10.1.0",38"dotenv-flow": "^3.2.0",39"eslint": "^7.32.0",40"npm-force-resolutions": "0.0.10",41"prettier": "^2.3.2"42},43"resolutions": {44"tmp": "0.2.1"45},46"files": [47"src/*",48"holy-config.js",49"CHANGELOG.md",50"package.json",51"README.md",52"sessions/.gitkeep",53"cache-js/.gitkeep"54]55}565758