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.

36 lines
1006 B
JSON

{
"name": "anti-meta-pact",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/anti-meta-pact.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "MIT",
"dependencies": {
"@joepie91/express-react-views": "^2.0.0",
"@validatem/allow-extra-properties": "^0.1.0",
"@validatem/core": "^0.4.0",
"@validatem/is-non-empty-string": "^0.1.0",
"@validatem/required": "^0.1.1",
"bhttp": "^1.2.8",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"connect-session-knex": "^3.0.1",
"create-error": "^0.3.1",
"escape-string-regexp": "^4",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"express-session": "^1.17.3",
"knex": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sqlite3": "^5.1.6",
"striptags": "^3.2.0",
"webfinger.js": "^2.7.1"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.1",
"eslint": "^8.43.0",
"hakk": "^0.0.22-alpha"
}
}