Skip to content

Commit

Permalink
chore: npm preparation stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Nov 16, 2024
1 parent deadbbb commit dead412
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "rimraf dist/ && tsc"
"build": "rimraf dist/ && tsc",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "Tsvetomir Bonev <invakid404>",
"author": "Tsvetomir Bonev <[email protected]>",
"license": "Unlicense",
"devDependencies": {
"@types/node": "^22.9.0",
Expand All @@ -25,5 +26,14 @@
"to-valid-identifier": "^0.1.1",
"windmill-client": "^1.422.0",
"zod": "^3.23.8"
}
},
"repository": {
"type": "git",
"url": "https://github.com/invakid404/windmill-ts.git"
},
"bugs": {
"url": "https://github.com/invakid404/windmill-ts/issues"
},
"homepage": "https://github.com/invakid404/windmill-ts#readme",
"files": ["dist", "README.md"]
}

0 comments on commit dead412

Please sign in to comment.