UNPKG

gulp-chrome-web-store

Version:

Upload and publish items to the Chrome Web Store with Gulp

42 lines (41 loc) 1.08 kB
{ "name": "gulp-chrome-web-store", "version": "0.1.1", "description": "Upload and publish items to the Chrome Web Store with Gulp", "main": "dist/index.js", "scripts": { "test": "gulp test", "prepare": "gulp build" }, "repository": { "type": "git", "url": "git+https://github.com/naokikimura/gulp-chrome-web-store.git" }, "keywords": [ "gulpplugin", "chrome-web-store" ], "author": "Naoki Kimura", "license": "MIT", "bugs": { "url": "https://github.com/naokikimura/gulp-chrome-web-store/issues" }, "homepage": "https://github.com/naokikimura/gulp-chrome-web-store#readme", "dependencies": { "chrome-web-store-api": "^0.0.4", "gulp": "^5.0.0", "plugin-error": "^2.0.1" }, "devDependencies": { "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.10.5", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^8.19.1", "chai": "^5.1.2", "eslint": "^9.17.0", "mocha": "^11.0.1", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }