Files
tauricon/package.json
github-actions[bot] 9b2a7a02ce Publish New Versions (#76)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-07-06 11:12:41 -03:00

123 lines
3.7 KiB
JSON

{
"name": "@tauri-apps/tauricon",
"version": "1.0.3",
"description": "Make icons for your Tauri app.",
"bin": {
"tauricon": "./bin/tauricon.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/tauri-apps/tauricon.git"
},
"license": "Apache-2.0 OR MIT",
"bugs": {
"url": "https://github.com/tauri-apps/tauricon/issues"
},
"homepage": "https://github.com/tauri-apps/tauricon#readme",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/tauri"
},
"files": [
"bin",
"dist",
"scripts",
"src/helpers/icns.json"
],
"scripts": {
"postinstall": "",
"build": "rimraf ./dist && rollup -c --silent",
"build-release": "rimraf ./dist && cross-env NODE_ENV=production rollup -c",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand --forceExit --no-cache",
"pretest": "yarn build",
"prepublishOnly": "yarn build-release",
"lint": "eslint --ext ts \"./src/**/*.ts\"",
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"",
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
"format": "prettier --write --end-of-line=auto \"./src/**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
"format:check": "prettier --check --end-of-line=auto \"./src/**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore"
},
"contributors": [
"Tauri Programme within The Commons Conservancy"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 12.13.0",
"npm": ">= 6.6.0",
"yarn": ">= 1.19.1"
},
"dependencies": {
"@fiahfy/icns": "0.0.7",
"chalk": "5.0.1",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"find-up": "6.3.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"global-agent": "3.0.0",
"got": "12.1.0",
"imagemin": "8.0.1",
"imagemin-optipng": "8.0.0",
"imagemin-zopfli": "7.0.0",
"inquirer": "8.2.4",
"is-png": "3.0.1",
"minimist": "1.2.6",
"ms": "2.1.3",
"png-to-ico": "2.1.4",
"read-chunk": "4.0.2",
"semver": "7.3.7",
"sharp": "0.30.5",
"update-notifier": "5.1.0"
},
"devDependencies": {
"@babel/core": "7.18.0",
"@babel/preset-env": "7.18.0",
"@babel/preset-typescript": "7.17.12",
"@jest/globals": "28.1.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.2",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/global-agent": "2.1.1",
"@types/imagemin": "8.0.0",
"@types/imagemin-optipng": "5.2.1",
"@types/inquirer": "8.2.1",
"@types/ms": "0.7.31",
"@types/semver": "7.3.9",
"@types/sharp": "0.30.2",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"babel-jest": "28.1.0",
"covector": "0.7.3",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-lodash-template": "0.21.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-security": "1.5.0",
"is-running": "2.1.0",
"jest": "28.1.0",
"jest-transform-toml": "1.0.0",
"lockfile-lint": "4.7.4",
"prettier": "2.6.2",
"promise": "8.1.0",
"rimraf": "3.0.2",
"rollup": "2.74.1",
"rollup-plugin-terser": "7.0.2",
"tslib": "2.4.0",
"typescript": "4.6.4"
},
"resolutions": {
"**/semver-regex": "4.0.3",
"**/trim-newlines": "4.0.2"
}
}