2021-02-05 15:19:44 +01:00
|
|
|
{
|
2021-02-09 19:07:21 +01:00
|
|
|
"name": "fosscord-server-util",
|
2021-02-05 15:19:44 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2021-02-05 15:35:57 +01:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
2021-02-05 15:19:44 +01:00
|
|
|
"scripts": {
|
2021-02-05 15:35:57 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "tsc -b ."
|
2021-02-05 15:19:44 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-02-09 19:07:55 +01:00
|
|
|
"url": "git+https://github.com/fosscord/fosscord-server-util.git"
|
2021-02-05 15:19:44 +01:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2021-02-09 19:07:55 +01:00
|
|
|
"url": "https://github.com/fosscord/fosscord-server-util/issues"
|
2021-02-05 15:19:44 +01:00
|
|
|
},
|
2021-02-09 19:07:55 +01:00
|
|
|
"homepage": "https://github.com/fosscord/fosscord-server-util#readme",
|
2021-02-05 15:19:44 +01:00
|
|
|
"dependencies": {
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
2021-02-08 15:39:46 +01:00
|
|
|
"lambert-db": "^1.1.7",
|
2021-02-13 09:30:21 +01:00
|
|
|
"missing-native-js-functions": "^1.2.2",
|
2021-04-06 23:25:11 +02:00
|
|
|
"mongodb": "^3.6.6",
|
2021-04-06 22:12:58 +02:00
|
|
|
"mongoose": "^5.12.3"
|
2021-02-05 15:19:44 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-05 15:35:57 +01:00
|
|
|
"@types/jsonwebtoken": "^8.5.0",
|
2021-04-07 03:02:13 +02:00
|
|
|
"@types/mongoose-lean-virtuals": "^0.5.1",
|
2021-02-05 15:35:57 +01:00
|
|
|
"@types/node": "^14.14.25",
|
|
|
|
"typescript": "^4.1.3"
|
2021-02-05 15:19:44 +01:00
|
|
|
}
|
|
|
|
}
|