-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 922 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 922 Bytes
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
{
"name": "billbee-types",
"version": "1.14.3",
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215",
"description": "billbee types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "pnpm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "./scripts/release.mjs && sleep 5 && gh run watch"
},
"files": [
"dist"
],
"devDependencies": {
"typescript": "^5.0.0",
"zx": "^8.8.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formbench/billbee-types.git"
},
"author": "formbench",
"license": "ISC",
"bugs": {
"url": "https://github.com/formbench/billbee-types/issues"
},
"homepage": "https://github.com/formbench/billbee-types#readme"
}