forked from alpha2phi/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@lspinstall/nvim",
"version": "1.0.0",
"description": "## Neovim configuration fork of apha2phi To get started, read my [Medium article](https://alpha2phi.medium.com/neovim-init-lua-e80f4f136030).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joehannes-os/neovim-lua-config.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/joehannes-os/neovim-lua-config/issues"
},
"homepage": "https://github.com/joehannes-os/neovim-lua-config#readme",
"dependencies": {
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/typescript-estree": "^5.28.0",
"diagnostic-languageserver": "^1.13.0",
"dockerfile-language-server-nodejs": "^0.4.1",
"eslint": "^7.32.0",
"eslint_d": "^12.2.1",
"prettier-eslint": "^15.0.1",
"typescript": "^4.4.4",
"typescript-language-server": "^0.6.4",
"typescript-styled-plugin": "^0.18.1"
}
}