-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 971 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 971 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
{
"name": "loopar-env",
"version": "2.0.8",
"description": "<div align = \"center\"> <img src = \"https://user-images.githubusercontent.com/87505840/196835270-bb77df87-9880-4933-b0ff-289eb54c0202.svg\" height = \"\" width = \"40%\"> <h2>Loopar Framework</h2>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alphabit-technology/loopar-env.git"
},
"keywords": [
"npm",
"node",
"loopar",
"framework",
"yarn",
"package"
],
"author": "Alfredo Ramirez <alfredrz2012@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphabit-technology/loopar-framework/issues"
},
"homepage": "https://loopar.io/Doc",
"dependencies": {
"commander": "^12.1.0",
"pathe": "^1.1.2",
"portfinder": "^1.0.32",
"simple-git": "^3.27.0"
},
"bin": {
"loopar": "index.js"
}
}