-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 980 Bytes
/
package.json
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
40
41
42
{
"name": "lazy-dog",
"version": "1.0.0",
"description": "This package for someone people lazy make a model, view and controller laravel.",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kabesma/lazy-dog.git"
},
"keywords": [
"laravel",
"generator",
"js",
"crud-generator",
"laravel-crud",
"js-generator"
],
"author": "Muhammad Akil",
"license": "ISC",
"bugs": {
"url": "https://github.com/kabesma/lazy-dog/issues"
},
"homepage": "https://github.com/kabesma/lazy-dog#readme",
"dependencies": {
"chalk": "^4.1.2",
"clui": "^0.3.6",
"commander": "^8.2.0",
"fs": "^0.0.1-security",
"lehre": "^1.5.0",
"node-cron": "^3.0.0",
"simple-git": "^2.46.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^36.1.0"
}
}