serde-ts/package.json
2025-05-15 14:24:06 -05:00

18 lines
346 B
JSON

{
"name": "serde",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"esbuild": "^0.25.4",
"typescript": "^5.8.3"
}
}