23 lines
		
	
	
	
		
			980 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			980 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "archive-org-link-grabber",
 | 
						|
  "version": "0.3.0",
 | 
						|
  "private": true,
 | 
						|
  "description": "Firefox WebExtension to filter archive.org /download links and copy/send to aria2.",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "web-ext run --start-url https://archive.org --source-dir .",
 | 
						|
    "build": "web-ext build -o -a dist",
 | 
						|
    "lint": "echo 'Add ESLint config to enable' && exit 0",
 | 
						|
    "format": "echo 'Add Prettier config to enable' && exit 0",
 | 
						|
    "test": "echo 'No tests yet' && exit 0",
 | 
						|
    "lint:fx": "web-ext lint --source-dir .",
 | 
						|
    "build:dev": "web-ext build -o -a dist",
 | 
						|
    "release:prepare:patch": "npm version patch && node scripts/sync-version.js",
 | 
						|
    "release:prepare:minor": "npm version minor && node scripts/sync-version.js",
 | 
						|
    "release:prepare:major": "npm version major && node scripts/sync-version.js",
 | 
						|
    "release:sign": "node scripts/release-sign.js",
 | 
						|
    "release:push": "node scripts/release-push.js"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "web-ext": "^8.3.0"
 | 
						|
  }
 | 
						|
}
 |