You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "scraping-server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@git.cryto.net:joepie91/scraping-server.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"dependencies": {
|
|
"@promistream/buffer": "^0.1.1",
|
|
"@promistream/map": "^0.1.1",
|
|
"@promistream/pipe": "^0.1.2",
|
|
"@promistream/simple-sink": "^0.1.1",
|
|
"@promistream/simple-source": "^0.1.3",
|
|
"@validatem/any-property": "^0.1.3",
|
|
"@validatem/anything": "^0.1.0",
|
|
"@validatem/array-of": "^0.1.2",
|
|
"@validatem/core": "^0.3.15",
|
|
"@validatem/default-to": "^0.1.0",
|
|
"@validatem/error": "^1.1.0",
|
|
"@validatem/is-boolean": "^0.1.1",
|
|
"@validatem/is-function": "^0.1.0",
|
|
"@validatem/is-number": "^0.1.3",
|
|
"@validatem/is-string": "^1.0.0",
|
|
"@validatem/require-either": "^0.1.0",
|
|
"@validatem/required": "^0.1.1",
|
|
"@validatem/wrap-value-as-option": "^0.1.0",
|
|
"as-expression": "^1.0.0",
|
|
"bluebird": "^3.7.2",
|
|
"chalk": "^4.1.0",
|
|
"create-error": "^0.3.1",
|
|
"date-fns": "^2.18.0",
|
|
"debug": "^4.3.1",
|
|
"default-value": "^1.0.0",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^4.0.1",
|
|
"knex": "^0.21.17",
|
|
"map-obj": "^4.2.0",
|
|
"ms": "^2.1.3",
|
|
"objection": "^2.2.14",
|
|
"pg": "^8.5.1",
|
|
"syncpipe": "^1.0.0",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"eslint": "^7.21.0"
|
|
}
|
|
}
|