roles-bot/packages/serialize/package.json

17 lines
328 B
JSON
Raw Normal View History

{
"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"
}
}