2022-02-28 20:59:49 -08:00
|
|
|
{
|
2022-03-02 12:03:25 -08:00
|
|
|
"name": "Compatiplural",
|
2022-02-28 20:59:49 -08:00
|
|
|
"version": "1.0.0",
|
2022-03-02 12:03:25 -08:00
|
|
|
"description": "SimplyPlural -> PluralKit Connectivity",
|
2022-02-28 20:59:49 -08:00
|
|
|
"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",
|
2022-03-23 14:01:47 -07:00
|
|
|
"repository": "github:padlocks/Compatiplural",
|
2022-02-28 20:59:49 -08:00
|
|
|
"dependencies": {
|
2022-03-02 04:28:57 -08:00
|
|
|
"ajv": "^8.10.0",
|
2022-02-28 20:59:49 -08:00
|
|
|
"axios": "^0.26.0",
|
2022-03-01 19:14:15 -08:00
|
|
|
"dotenv": "^16.0.0",
|
2022-03-01 11:10:19 -08:00
|
|
|
"lodash.isarray": "^4.0.0",
|
|
|
|
|
"lodash.isequal": "^4.5.0",
|
|
|
|
|
"lodash.isobject": "^3.0.2",
|
|
|
|
|
"lodash.transform": "^4.6.0",
|
2022-03-23 14:27:45 -07:00
|
|
|
"simplyapi": "^0.1.2",
|
2022-02-28 20:59:49 -08:00
|
|
|
"ws": "^8.5.0"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"bufferutil": "^4.0.6",
|
|
|
|
|
"utf-8-validate": "^5.0.8"
|
|
|
|
|
}
|
|
|
|
|
}
|