25 lines
		
	
	
		
			616 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			616 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
| 	"name": "sw",
 | |
| 	"private": true,
 | |
| 	"scripts": {
 | |
| 		"watch": "nodemon -w ../../package.json -e json --exec \"node build.js watch\"",
 | |
| 		"build": "node build.js",
 | |
| 		"typecheck": "tsc --noEmit",
 | |
| 		"eslint": "eslint --quiet src/**/*.ts",
 | |
| 		"lint": "pnpm typecheck && pnpm eslint"
 | |
| 	},
 | |
| 	"dependencies": {
 | |
| 		"esbuild": "0.25.6",
 | |
| 		"idb-keyval": "6.2.2",
 | |
| 		"misskey-js": "workspace:*"
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"@typescript-eslint/parser": "8.37.0",
 | |
| 		"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
 | |
| 		"eslint-plugin-import": "2.32.0",
 | |
| 		"nodemon": "3.1.10",
 | |
| 		"typescript": "5.8.3"
 | |
| 	},
 | |
| 	"type": "module"
 | |
| }
 |