-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 1.02 KB
/
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
{
"name": "penguin-cli",
"version": "0.0.1",
"description": "Penguin is a modern nodejs framework provides common features which helps to develop products rapidly ",
"bin": "./bin/install.js",
"main": "./api/dist/index.js",
"scripts": {
"link": "sudo npm link",
"semantic-release": "semantic-release",
"npm:login": "npm login --registry=https://registry.npmjs.org/",
"npm:login:github": "npm login --registry=https://npm.pkg.github.com/",
"npm:publish": "npm publish"
},
"keywords": [
"nodejs",
"docker",
"express",
"mongodb",
"clean-architecture",
"nodejs-framework",
"nodejs-boilerplate",
"express-framework"
],
"repository": {
"type": "git",
"url": "git+https://github.com/samayun/penguin.js.git"
},
"author": "Samayun Chowdhury",
"license": "MIT",
"bugs": {
"url": "https://github.com/samayun/penguin.js/issues"
},
"homepage": "https://github.com/samayun/penguin.js#readme",
"devDependencies": {
"semantic-release": "^19.0.5"
}
}