mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
17 lines
328 B
JSON
17 lines
328 B
JSON
|
{
|
||
|
"name": "serialize",
|
||
|
"version": "0.0.1",
|
||
|
"main": "dist/index.mjs",
|
||
|
"types": "dist/index.d.ts",
|
||
|
"scripts": {
|
||
|
"build": "node scripts/build.mjs && tsc -p tsconfig.json"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"esbuild": "^0.15.11",
|
||
|
"typescript": "^4.8.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@paperdave/utils": "^1.6.1"
|
||
|
}
|
||
|
}
|