-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 869 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 869 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
36
37
38
{
"name": "@afrid18/velocity",
"version": "1.0.2",
"description": "A nodejs automatic file executer on save. Automatically compiles or interprets a given file and shows the output in the preferred $EDITOR",
"main": "./index.js",
"type": "module",
"bugs": {
"url": "https://github.com/afrid18/Velocity/issues"
},
"bin": {
"velocity": "./bin/velocity.js"
},
"scripts": {
"standard": "standard --fix"
},
"keywords": [
"cli",
"velocity",
"velocity-cli",
"programming-server",
"file-change",
"watch-file-change"
],
"author": {
"name": "Afrid Hussain",
"email": "afridhussain.d@gmail.com",
"url": "https://afrid.in"
},
"license": "MIT",
"dependencies": {
"chalk": "^5.0.1",
"command-exists": "^1.2.9",
"yargs": "^17.5.1"
},
"devDependencies": {
"standard": "^17.0.0"
}
}