mirror of
https://github.com/tauri-apps/tauricon.git
synced 2026-02-04 02:31:20 +01:00
122 lines
3.6 KiB
JSON
122 lines
3.6 KiB
JSON
{
|
|
"name": "@tauri-apps/tauricon",
|
|
"version": "0.0.0",
|
|
"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"
|
|
],
|
|
"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": {
|
|
"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.1",
|
|
"global-agent": "3.0.0",
|
|
"got": "12.0.3",
|
|
"imagemin": "8.0.1",
|
|
"imagemin-optipng": "8.0.0",
|
|
"imagemin-zopfli": "7.0.0",
|
|
"inquirer": "8.2.2",
|
|
"is-png": "3.0.1",
|
|
"minimist": "1.2.6",
|
|
"ms": "2.1.3",
|
|
"png-to-ico": "2.1.4",
|
|
"png2icons": "2.0.1",
|
|
"read-chunk": "4.0.2",
|
|
"semver": "7.3.7",
|
|
"sharp": "0.30.3",
|
|
"update-notifier": "5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.17.9",
|
|
"@babel/preset-env": "7.16.11",
|
|
"@babel/preset-typescript": "7.16.7",
|
|
"@jest/globals": "27.5.1",
|
|
"@rollup/plugin-babel": "5.3.1",
|
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
"@rollup/plugin-node-resolve": "13.2.1",
|
|
"@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.20.0",
|
|
"@typescript-eslint/parser": "5.20.0",
|
|
"babel-jest": "27.5.1",
|
|
"covector": "0.7.3",
|
|
"eslint": "8.13.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": "27.5.1",
|
|
"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.70.2",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.6.3"
|
|
},
|
|
"resolutions": {
|
|
"**/semver-regex": "4.0.2",
|
|
"**/trim-newlines": "4.0.2"
|
|
}
|
|
}
|