sync-pk-sp/package.json
2022-03-23 14:27:45 -07:00

28 lines
692 B
JSON

{
"name": "Compatiplural",
"version": "1.0.0",
"description": "SimplyPlural -> PluralKit Connectivity",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "padlocks",
"license": "MIT",
"repository": "github:padlocks/Compatiplural",
"dependencies": {
"ajv": "^8.10.0",
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"lodash.isarray": "^4.0.0",
"lodash.isequal": "^4.5.0",
"lodash.isobject": "^3.0.2",
"lodash.transform": "^4.6.0",
"simplyapi": "^0.1.2",
"ws": "^8.5.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}