-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.08 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
{
"name": "airhorn-mono",
"version": "6.0.0",
"description": "Cloud Notification Library",
"repository": "https://github.com/jaredwray/airhorn.git",
"author": "Jared Wray <me@jaredwray.com>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"test": "pnpm -r test",
"test:ci": "pnpm -r test:ci",
"website:build": "pnpm docula build",
"website:serve": "pnpm docula serve",
"version:sync": "tsx scripts/version-sync.ts",
"publish:airhorn": "pnpm --filter 'airhorn' run build:publish",
"publish:aws": "pnpm --filter '@airhornjs/aws' run build:publish",
"publish:azure": "pnpm --filter '@airhornjs/azure' run build:publish",
"publish:twilio": "pnpm --filter '@airhornjs/twilio' run build:publish",
"build": "pnpm -r build",
"clean": "pnpm -r clean"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@types/node": "^25.3.5",
"@vitest/coverage-v8": "^4.0.16",
"docula": "^0.40.0",
"rimraf": "^6.1.3",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
}
}