Celtech/shout-it

View on GitHub
packages/api/package.json

Summary

Maintainability
Test Coverage
{
"name": "api",
"description": "",
"version": "0.0.0",
"homepage": "",
"private": true,
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "Tim Hinz",
"email": "tim@chargeover.com"
},
"contributors": [],
"bugs": {},
"directories": {
"lib": "src",
"test": "test/",
"config": "config/"
},
"engines": {
"node": ">= 16.0.0",
"yarn": ">= 0.18.0"
},
"scripts": {
"test": "NODE_ENV=test jest --forceExit --silent=false --verbose=true --testTimeout=10000",
"test:coverage": "NODE_ENV=test jest --forceExit --silent=false --verbose=true --testTimeout=10000 --coverage",
"dev": "nodemon src/",
"start": "node src/"
},
"standard": {
"env": [
"jest"
],
"ignore": []
},
"dependencies": {
"@feathersjs/authentication": "^4.5.15",
"@feathersjs/authentication-local": "^4.5.15",
"@feathersjs/authentication-oauth": "^4.5.15",
"@feathersjs/configuration": "^4.5.15",
"@feathersjs/errors": "^4.5.15",
"@feathersjs/express": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"@feathersjs/transport-commons": "^4.5.15",
"compression": "^1.7.4",
"cors": "^2.8.5",
"feathers-sequelize": "^6.3.4",
"helmet": "^5.1.0",
"mysql2": "^2.3.3",
"sequelize": "^6.20.1",
"serve-favicon": "^2.5.0",
"winston": "^3.0.0"
},
"devDependencies": {
"axios": "^0.27.2",
"eslint": "^8.17.0",
"jest": "^28.1.1",
"nodemon": "^2.0.16",
"sqlite3": "^5.0.8"
},
"resolutions": {
"moment": "^2.29.4"
}
}