postman/package.json

27 lines
605 B
JSON

{
"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",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"ts-standard": "^12.0.2",
"typescript": "^4.5"
}
}