-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 853 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
39
{
"name": "samanemvccli",
"version": "1.1.4",
"description": "SamaneMVC Cli Beta Test",
"main": "sm-cli.js",
"bin": {
"sm": "sm-cli.js",
"samane": "sm-cli.js"
},
"scripts": {
"test": "node sm-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LPIX-11/SamaneCLI.git"
},
"keywords": [
"samane mvc",
"samaenemvc framework",
"samanemvc",
"interaction",
"samanecli",
"php cli",
"cli"
],
"author": "Mohamed Johnson <dev.mohamed.johnson@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LPIX-11/SamaneCLI/issues"
},
"homepage": "https://github.com/LPIX-11/SamaneCLI#readme",
"dependencies": {
"@adonisjs/ace": "github:adonisjs/ace",
"basic": "^2.0.3",
"npm": "^6.9.0",
"ora": "^3.4.0"
},
"devDependencies": {}
}