howyoucanhelp.us/package.json

57 lines
1.3 KiB
JSON

{
"name": "howyoucanhelp.us",
"version": "1.0.0",
"description": "How can you help us?",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"engines": {
"node": "^9.0.0",
"npm": ">= 3.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/rtyler/howyoucanhelpus.git"
},
"author": "R Tyler Croy",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/rtyler/howyoucanhelp.us/issues"
},
"homepage": "https://github.com/rtyler/howyoucanhelp.us#readme",
"devDependencies": {
"@types/service_worker_api": "0.0.9",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.4.1",
"ts-loader": "^4.4.2",
"typescript": "^2.9.2",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@feathersjs/feathers": "^3.1.7",
"@types/feathersjs__feathers": "^3.0.4",
"feathers-localstorage": "^2.0.2",
"winston": "^3.0.0"
},
"jest": {
"collectCoverage": true,
"coveragePathIgnorePatterns": [],
"coverageReporters": [
"json",
"lcov",
"text-summary"
],
"coverageThreshold": {
"global": {
"statements": 87,
"branches": 63,
"functions": 70,
"lines": 87
}
}
}
}