sync-pk-sp/package.json

29 lines
692 B
JSON
Raw Normal View History

{
2022-03-02 12:03:25 -08:00
"name": "Compatiplural",
"version": "1.0.0",
2022-03-02 12:03:25 -08:00
"description": "SimplyPlural -> PluralKit Connectivity",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "padlocks",
2022-03-06 03:02:52 -08:00
"license": "MIT",
"repository": "github:padlocks/Compatiplural",
"dependencies": {
2022-03-02 04:28:57 -08:00
"ajv": "^8.10.0",
"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",
2022-03-23 14:02:32 -07:00
"simplyapi": "^0.1.1",
"ws": "^8.5.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}