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-06 10:06:57 +01:00
|
|
|
"missing-native-js-functions": "^1.2.2"
|
2021-02-05 15:19:44 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-05 15:35:57 +01:00
|
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
|
|
"@types/node": "^14.14.25",
|
|
|
|
"typescript": "^4.1.3"
|
2021-02-05 15:19:44 +01:00
|
|
|
}
|
|
|
|
}
|