51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "@nordtheme/tmux",
|
|
"version": "0.3.0",
|
|
"description": "An arctic, north-bluish clean and elegant tmux color theme",
|
|
"author": {
|
|
"name": "Sven Greb",
|
|
"email": "development@svengreb.de",
|
|
"url": "https://www.svengreb.de"
|
|
},
|
|
"homepage": "https://www.nordtheme.com/ports/tmux",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nordtheme/tmux.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nordtheme/tmux/issues"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=15.13",
|
|
"npm": ">=7.7"
|
|
},
|
|
"scripts": {
|
|
"format": "run-s format:*",
|
|
"format:js": "eslint --fix .",
|
|
"format:pretty": "prettier --ignore-unknown --no-editorconfig --write \"**\"",
|
|
"lint": "run-s lint:js lint:md lint:pretty",
|
|
"lint:ci": "run-s --continue-on-error lint:js lint:md lint:ci:pretty",
|
|
"lint:ci:pretty": "prettier --check --ignore-unknown --loglevel silent --no-editorconfig --no-error-on-unmatched-pattern \"**\"",
|
|
"lint:js": "eslint .",
|
|
"lint:md": "remark --no-stdout . .github/",
|
|
"lint:pretty": "prettier --check --ignore-unknown --no-editorconfig \"**\"",
|
|
"prepare:husky": "husky install",
|
|
"prepare": "run-s prepare:*"
|
|
},
|
|
"devDependencies": {
|
|
"@svengreb/eslint-config-base": ">=0.12.0 <=1.0.0",
|
|
"@svengreb/remark-preset-lint": ">=0.5.0 <1.0.0",
|
|
"eslint": "8.39.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "13.2.2",
|
|
"npm-run-all": "4.1.5",
|
|
"prettier": "2.8.8",
|
|
"prettier-plugin-sh": "0.12.8",
|
|
"remark-cli": "11.0.0"
|
|
}
|
|
}
|