@chemzqm/neovim
Version:
NodeJS client API for vim9 and neovim
87 lines (86 loc) • 1.83 kB
JSON
{
"name": "@chemzqm/neovim",
"description": "NodeJS client API for vim9 and neovim",
"version": "6.3.6",
"homepage": "https://github.com/chemzqm/node-client",
"authors": [
{
"name": "Billy Vong",
"email": "github@mmo.me"
},
{
"name": "rhysd",
"email": "lin90162@yahoo.co.jp"
},
{
"name": "Thiago de Arruda",
"email": "tpadilha84@gmail.com"
},
{
"name": "Qiming Zhao",
"email": "chemzqm@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/chemzqm/node-client.git"
},
"bugs": {
"url": "https://github.com/chemzqm/node-client/issues"
},
"license": "MIT",
"files": [
"lib/"
],
"main": "./lib/index",
"dependencies": {
"@chemzqm/msgpack-lite": "^0.1.29"
},
"devDependencies": {
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/msgpack-lite": "^0.1.8",
"@types/node": "^17.0.14",
"@types/which": "^2.0.1",
"eslint": "^9.24.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"typescript": "^5.5.4",
"which": "^2.0.2"
},
"scripts": {
"prepare": "npm run build",
"test": "jest",
"lint": "eslint . --quiet",
"build": "tsc --pretty -p tsconfig.json",
"watch": "tsc --pretty -p tsconfig.json --watch true"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transform": {
"^.+\\.tsx?$": [
"@swc/jest"
]
},
"watchman": false,
"clearMocks": true,
"testEnvironment": "node",
"testRegex": "src/__tests__/.*\\.(test|spec)\\.ts$",
"coverageDirectory": "./coverage/"
},
"keywords": [
"neovim",
"neovim-client",
"node-client",
"nvim",
"nvim-client",
"vim"
]
}