mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
As part of the "Northern Post - The state and roadmap of Nord" [1] announcement, this repository will be migrated to the `nordtheme` GitHub organization [2]. This issue is a task of the nordtheme/nord#185 [3] epic (tasklist [4]). [1]: https://github.com/orgs/nordtheme/discussions/183 [2]: https://github.com/nordtheme [3]: https://github.com/nordtheme/nord/issues/185 [4]: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists GH-335
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@nordtheme/vim",
|
|
"version": "0.19.0",
|
|
"description": "An arctic, north-bluish clean and elegant Vim theme",
|
|
"author": "Sven Greb <development@svengreb.de> (https://www.svengreb.de)",
|
|
"homepage": "https://www.nordtheme.com/ports/vim",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nordtheme/vim.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nordtheme/vim/issues"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=15.13",
|
|
"npm": ">=7.7"
|
|
},
|
|
"scripts": {
|
|
"format": "run-s format:pretty",
|
|
"format:pretty": "prettier --write .",
|
|
"lint": "run-s lint:md lint:pretty",
|
|
"lint:ci": "run-s lint:md lint:ci:*",
|
|
"lint:ci:pretty": "prettier --loglevel silent --check .",
|
|
"lint:md": "remark --no-stdout .",
|
|
"lint:pretty": "prettier --check .",
|
|
"prepare:husky": "husky install",
|
|
"prepare": "run-s prepare:*"
|
|
},
|
|
"devDependencies": {
|
|
"@arcticicestudio/remark-preset-lint": ">=0.4.0 <1.0.0",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "13.1.2",
|
|
"npm-run-all": "4.1.5",
|
|
"prettier": "^2.8.4",
|
|
"remark-cli": "11.0.0"
|
|
}
|
|
}
|