mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			677 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			677 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.20.2",
 | 
						|
		"idb-keyval": "6.2.1",
 | 
						|
		"misskey-js": "workspace:*"
 | 
						|
	},
 | 
						|
	"devDependencies": {
 | 
						|
		"@misskey-dev/eslint-plugin": "1.0.0",
 | 
						|
		"@typescript-eslint/parser": "7.7.1",
 | 
						|
		"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
 | 
						|
		"eslint": "8.57.0",
 | 
						|
		"eslint-plugin-import": "2.29.1",
 | 
						|
		"nodemon": "3.1.0",
 | 
						|
		"typescript": "5.5.2"
 | 
						|
	},
 | 
						|
	"type": "module"
 | 
						|
}
 |