-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
32 lines (32 loc) · 872 Bytes
/
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": "xvsc",
"version": "1.0.0",
"description":
"xvsc contains my personal configurations, theme, and the extensions I've developed for VS Code.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msafi/xvsc.git"
},
"author": "",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/msafi/xvsc/issues"
},
"homepage": "https://github.com/msafi/xvsc#readme",
"dependencies": {
"eslint": "^4.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.5.2"
}
}