UNPKG

electron-apps

Version:

A collection of apps built on Electron

92 lines (91 loc) 2.9 kB
{ "name": "electron-apps", "version": "1.9312.0", "description": "A collection of apps built on Electron", "main": "index.json", "scripts": { "build": "npm-run-all build:*", "build:clean": "node script/clean", "build:resize": "node script/resize", "build:dates": "node script/dates", "build:colors": "node script/colors", "build:categories": "node script/categories", "build:releases": "node script/releases", "build:readmes": "node script/readmes", "build:pack": "node script/pack", "prepack": "check-for-leaks", "prepush": "check-for-leaks", "prettier": "prettier --check \"./**/*.{ts,js,yml}\"", "test": "mocha --reporter min test/human-data.js test/colors-spec.js && prettier --check \"./**/*.{ts,js,yml}\" --write", "test:debug": "mocha --reporter spec test/human-data.js test/colors-spec.js && prettier --check \"./**/*.{ts,js,yml}\" --write", "pretest-all": "npm run build", "test-all": "mocha --reporter min && prettier --check \"./**/*.{ts,js,yml}\" --write", "wizard": "node wizard.js", "release": "script/release.sh", "purge": "npm-run-all remove:*", "remove:links": "node script/remove-broken-links", "remove:old": "node script/remove-old-electron-apps", "remove:disabled": "node script/remove-disabled-apps" }, "repository": "https://github.com/electron/apps", "keywords": [ "electron", "apps", "gallery", "collection", "showcase" ], "author": "Toinane <toinane@electronjs.org> (https://electronjs.org/apps)", "license": "MIT", "devDependencies": { "@octokit/rest": "^18.12.0", "bottleneck": "^2.19.5", "chai": "^4.3.6", "check-for-leaks": "^1.2.1", "cheerio": "^1.0.0-rc.10", "clean-deep": "^3.4.0", "color-convert": "^2.0.1", "count-array-values": "^1.2.1", "dotenv-safe": "^8.2.0", "get-image-colors": "^4.0.1", "github-url-to-object": "^4.0.6", "human-interval": "^2.0.1", "husky": "^7.0.4", "image-size": "^1.0.1", "imagemin": "^7.0.1", "imagemin-pngquant": "^9.0.2", "inquirer": "^8.2.1", "is-hexcolor": "^1.0.0", "is-url": "^1.2.4", "jimp": "^0.16.1", "js-yaml": "^4.1.0", "lint-staged": "^12.3.7", "make-color-accessible": "^1.2.0", "mocha": "^9.2.2", "node-fetch": "^2.6.7", "npm-run-all": "^4.1.5", "pick-a-good-color": "^1.1.1", "prettier": "^2.6.0", "readdirp": "^3.6.0", "recursive-readdir-sync": "^1.0.6", "rimraf": "^3.0.2", "semver": "^7.3.5", "sharp": "^0.30.3", "sinon": "^13.0.1", "slugg": "^1.2.1", "tinycolor2": "^1.4.2", "yaml": "^1.10.2" }, "engines": { "node": ">=12" }, "dependencies": { "json-stable-stringify": "^1.0.1", "mime-types": "^2.1.35", "mkdirp": "^1.0.4", "rev-hash": "^3.0.0" }, "lint-staged": { "*.{js,ts,yml}": "prettier --write" } }