-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "bunbot",
"version": "0.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Desktop automation for Bun.",
"scripts": {
"build": "bun run ./build.mjs",
"release": "bumpp --commit --push --tag && npm publish",
"prepublishOnly": "bun run build",
"test": "bun test"
},
"files": [
"dist",
"release"
],
"keywords": [
"bun",
"robot",
"automation",
"bunjs",
"javascript",
"autopilot"
],
"license": "MIT",
"homepage": "https://github.com/wobsoriano/bunbot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wobsoriano/bunbot.git"
},
"bugs": "https://github.com/wobsoriano/bunbot/issues",
"author": "Robert Soriano <[email protected]>",
"devDependencies": {
"bumpp": "^9.2.0",
"bun-plugin-dts": "^0.1.0",
"bun-types": "^1.0.1",
"typescript": "^5.2.2"
}
}