diff options
author | Jeremy Plsek <[email protected]> | 2019-12-29 19:24:05 -0500 |
---|---|---|
committer | Jeremy Plsek <[email protected]> | 2019-12-29 19:35:02 -0500 |
commit | 8d0b032eb61d44c63b1a60b967399340bb915023 (patch) | |
tree | 9c13bcef4168707a37d8fad7a3bef8fb080a86c5 /package.json | |
parent | 9cb4fd6f79fe8fa6cbecd2c985c8e0906e001b55 (diff) | |
download | SponsorBlock-8d0b032eb61d44c63b1a60b967399340bb915023.tar.gz SponsorBlock-8d0b032eb61d44c63b1a60b967399340bb915023.zip |
Add web-ext and ci artifact generation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..9e7b5915 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "sponsorblock", + "version": "1.0.0", + "description": "", + "main": "background.js", + "dependencies": {}, + "devDependencies": { + "web-ext": "^4.0.0" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "web-ext run", + "build": "web-ext build --overwrite-dest -i \"*(package-lock.json|README.md|package.json|config.js.example|firefox_manifest-extra.json|manifest.json.original)\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ajayyy/SponsorBlock.git" + }, + "author": "Ajay Ramachandran", + "license": "GPL-3.0-only", + "private": true +} |