1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00
server/package.json

33 lines
805 B
JSON
Raw Normal View History

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",
"url": "git+https://github.com/discord-open-source/discord-server-util.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/discord-open-source/discord-server-util/issues"
},
"homepage": "https://github.com/discord-open-source/discord-server-util#readme",
"dependencies": {
"jsonwebtoken": "^8.5.1",
2021-02-08 15:39:46 +01:00
"lambert-db": "^1.1.7",
"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
}
}