-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 736 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": "faaa",
"displayName": "FAAA",
"description": "Plays FAAA when a command fails. You deserve it.",
"version": "0.0.4",
"publisher": "AviSharma",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.93.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onStartupFinished"
],
"main": "./dist/extension.js",
"repository": {
"type": "git",
"url": "https://github.com/AviSharmaaa/faaa"
},
"contributes": {},
"scripts": {
"compile": "webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"@types/vscode": "^1.93.0",
"@types/node": "^18.x",
"typescript": "^5.x",
"webpack": "^5.x",
"webpack-cli": "^5.x",
"ts-loader": "^9.x"
}
}