{ "name": "node-module-test", "version": "1.0.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files":[ "dist" ], "scripts": { "start": "ts-node src/index.ts", "build": "tsup" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "ts-node": "^10.9.2", "tsup": "^8.2.4", "typescript": "^5.6.2" } }