data-custom-id
Version:
Hold data in Discord's Interaction Custom IDs.
34 lines (33 loc) • 1.02 kB
JSON
{
"name": "data-custom-id",
"version": "0.1.3",
"description": "Hold data in Discord's Interaction Custom IDs.",
"main": "out/DataCustomId.js",
"repository": "https://github.com/iamtheyammer/data-custom-id",
"author": "iamtheyammer <iamtheyammer@gmail.com>",
"license": "GPL-3.0",
"types": "out/DataCustomId.d.ts",
"private": false,
"keywords": ["discord.js", "custom", "id", "state", "custom-id", "discord", "interaction"],
"scripts": {
"build": "tsc --outDir out/ --esModuleInterop --declaration src/DataCustomId.ts",
"test": "jest",
"test:watch": "jest --watchAll",
"format": "prettier --write '**/*.{ts,js,json,md}'",
"prepublish": "npm run build"
},
"dependencies": {
"qs": "^6.10.3"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"@types/qs": "^6.9.7",
"@vercel/ncc": "^0.33.4",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"ts-jest": "^28.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
}
}