kibby/package.json

30 lines
650 B
JSON

{
"name": "kibby",
"version": "1.0.0",
"description": "",
"type": "module",
"module": "node16",
"exports": "./index.js",
"scripts": {
"build": "rm -rf dist/index.js && tsc",
"start": "node --experimental-specifier-resolution=node dist/index",
"dev": "yarn build && yarn start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"form-data": "^4.0.0",
"lowdb": "^3.0.0",
"revolt-api": "^0.5.16",
"revolt.js": "^6.0.20",
"ulid": "^2.3.0"
},
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^5.0.2"
}
}