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