massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / vscode-nls / package.json
1 {
2         "name": "vscode-nls",
3         "version": "4.1.2",
4         "description": "NPM module to externalize and localize VSCode extensions",
5         "author": "Microsoft Corporation",
6         "license": "MIT",
7         "repository": {
8                 "type": "git",
9                 "url": "https://github.com/Microsoft/vscode-nls.git"
10         },
11         "bugs": {
12                 "url": "https://github.com/Microsoft/vscode-nls/issues"
13         },
14         "main": "./lib/main.js",
15         "typings": "./lib/main",
16         "devDependencies": {
17                 "@types/node": "^12.12.29",
18                 "@types/mocha": "^7.0.2",
19                 "mocha": "^7.1.0",
20                 "typescript": "^3.8.3",
21                 "eslint": "^6.8.0",
22                 "@typescript-eslint/parser": "^2.24.0",
23                 "rimraf": "^3.0.2"
24         },
25         "scripts": {
26                 "prepublishOnly": "npm run lint && npm run compile && npm run test",
27                 "compile": "tsc -p ./src",
28                 "watch": "tsc -w -p ./src",
29                 "clean": "rimraf lib",
30                 "test": "mocha",
31                 "lint": "eslint --config .eslintrc.json ./src/**/*.ts"
32         }
33 }