File: //var/dev/irantv2.com/rest/package.json
{
"name": "rest",
"private": true,
"version": "1.0.0",
"description": "Iranshahratlas.ir backend",
"keywords": [],
"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"async": "^1.5.2",
"grunt": "1.0.4",
"request": "^2.88.2",
"sails": "^1.4.2",
"sails-disk": "^2.1.0",
"sails-hook-apianalytics": "^2.0.3",
"sails-hook-grunt": "^4.0.0",
"sails-hook-organics": "^2.2.0",
"sails-hook-orm": "^3.0.2",
"sails-hook-sockets": "^2.0.0",
"sails-mongo": "^1.2.0",
"sails-mysql": "^1.0.1",
"sails-redis": "^1.0.0",
"skipper-disk": "^0.5.12",
"uuid": "^3.0.1"
},
"devDependencies": {
"eslint": "5.16.0"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/babak/tick.git"
},
"author": "babak",
"license": "",
"engines": {
"node": "^16.0"
}
}