HiddenPhox/package.json

39 lines
985 B
JSON
Raw Permalink Normal View History

2021-03-15 01:41:40 +00:00
{
"name": "hiddenphox",
"version": "10.0.0",
"description": "Discord bot",
"main": "src/index.js",
"scripts": {
2022-12-18 19:37:00 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
2021-03-15 01:41:40 +00:00
},
"repository": {
"type": "git",
2022-12-31 20:32:48 +00:00
"url": "git+https://gitdab.com/Cynosphere/HiddenPhox.git"
2021-03-15 01:41:40 +00:00
},
"author": "Cynosphere",
"license": "MIT",
"bugs": {
2022-12-31 20:32:48 +00:00
"url": "https://gitdab.com/Cynosphere/HiddenPhox/issues"
2021-03-15 01:41:40 +00:00
},
2022-12-31 20:32:48 +00:00
"homepage": "https://gitdab.com/Cynosphere/HiddenPhox#readme",
2021-03-15 01:41:40 +00:00
"dependencies": {
2023-04-24 17:10:24 +00:00
"@ctrl/tinycolor": "^3.6.0",
"@peertube/http-signature": "^1.7.0",
2023-08-22 18:42:17 +00:00
"@projectdysnomia/dysnomia": "^0.1.3",
2021-06-01 19:00:11 +00:00
"dumpy": "github:Cynosphere/dumpy.js",
2022-03-28 22:12:10 +00:00
"google-images": "^2.1.0",
2023-04-24 17:10:24 +00:00
"jimp": "^0.22.7",
"murmurhash": "^2.0.1",
2022-04-19 04:50:03 +00:00
"node-ffprobe": "^3.0.0",
2023-04-24 17:10:24 +00:00
"sharp": "^0.32.0",
2023-09-25 20:00:36 +00:00
"spitroast": "^1.4.3",
2023-09-13 04:24:17 +00:00
"sqlite3": "^5.1.6"
2021-03-15 01:41:40 +00:00
},
"devDependencies": {
2023-04-24 17:10:24 +00:00
"eslint": "^8.39.0",
"husky": "^8.0.3",
"prettier": "^2.8.8"
2021-03-15 01:41:40 +00:00
}
}