-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 Bytes
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
33
34
35
{
"name": "@andrew-codes/vscode-snippets",
"version": "0.0.1",
"description": "Collection of snippets broken into install-able extensions.",
"scripts": {
"readme": "lerna exec 'node ../../scripts/readme.js'",
"prepublishOnly": "yarn readme",
"publish": "lerna exec 'vsce publish'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrew-codes/vscode-snippets.git"
},
"engines": {
"node": "^10.15.1",
"yarn": "^1.3.2"
},
"keywords": [
"snippets",
"vsce",
"vs code",
"visaul studio code"
],
"author": "Andrew Smith <andrew@andrew.codes>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrew-codes/vscode-snippets/issues"
},
"homepage": "https://github.com/andrew-codes/vscode-snippets#readme",
"devDependencies": {
"eslint": "^5.15.0",
"lerna": "^3.13.1",
"vsce": "^1.57.1"
}
}