-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 871 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
{
"name": "@afspeirs/service-worker",
"version": "1.1.2",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1",
"type": "tsc",
"publish": "npm run build && npm publish",
"outdated": "npx npm-check-updates",
"outdated:minor": "npx npm-check-updates -t minor",
"update": "npm run outdated -- -u",
"update:minor": "npm run outdated:minor -- -u"
},
"author": "AFSpeirs",
"license": "ISC",
"devDependencies": {
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"dependencies": {
"workbox-window": "^7.1.0"
},
"peerDependencies": {
"workbox-cli": "^7.1.0"
},
"peerDependenciesMeta": {
"workbox-cli": {
"optional": false
}
}
}