@chemzqm/neovim
Version:
NodeJS client API for vim8 and neovim
81 lines (80 loc) • 1.76 kB
JSON
{
"name": "@chemzqm/neovim",
"description": "NodeJS client API for vim8 and neovim",
"version": "6.2.0",
"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": {
"@types/jest": "^29.5.14",
"@types/msgpack-lite": "^0.1.8",
"@types/node": "^17.0.14",
"@types/which": "^2.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.0",
"typescript": "^4.9.3",
"which": "^2.0.2"
},
"scripts": {
"prepare": "npm run build",
"test": "jest",
"test-build": "npm run build && npm run prep-integration-test && jest --runInBand --coverage",
"build": "tsc --pretty -p tsconfig.json",
"watch": "tsc --pretty -p tsconfig.json --watch true"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts$",
"coverageDirectory": "./coverage/"
},
"keywords": [
"neovim",
"neovim-client",
"node-host",
"node-client",
"nvim",
"nvim-client",
"vim"
]
}