discord-interactions
Version:
Helpers for discord interactions
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "discord-interactions",
"version": "4.3.0",
"description": "Helpers for discord interactions",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/discord/discord-interactions-js.git"
},
"engines": {
"node": ">=18.4.0"
},
"bugs": {
"url": "https://github.com/discord/discord-interactions-js/issues"
},
"homepage": "https://github.com/discord/discord-interactions-js",
"files": [
"dist/**/*"
],
"types": "dist/index.d.ts",
"keywords": [
"discord"
],
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"build:watch": "tsc --watch",
"fix": "biome check --apply .",
"lint": "biome check .",
"test": "jest --verbose"
},
"dependencies": {
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/express": "^4.17.9",
"@types/jest": "^29.0.0",
"@types/node": "^22.0.0",
"body-parser": "^2.0.0",
"express": "^4.17.1",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
}
}