{ "name": "postman", "version": "0.1.0", "description": "Delivers the assets of a web page", "main": "dist/index.js", "types": ["dist/index.d.ts"], "scripts": { "build": "npm exec tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/0x1eef/postman.git" }, "author": "0x1eef", "license": "0BSDL", "devDependencies": { "@types/node": "^16.18", "typescript": "^4.5" } }