sync-pk-sp/package.json

26 lines
611 B
JSON
Raw Normal View History

{
"name": "sppk",
"version": "1.0.0",
"description": "A tool to automatically update PluralKit with SimplyPlural data.",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "padlocks",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
2022-03-01 19:14:15 -08:00
"dotenv": "^16.0.0",
"lodash.isarray": "^4.0.0",
"lodash.isequal": "^4.5.0",
"lodash.isobject": "^3.0.2",
"lodash.transform": "^4.6.0",
"ws": "^8.5.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}