File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " api-snippets" ,
2
+ "name" : " @mojaloop/ api-snippets" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Mojaloop API specification reusable snippets" ,
5
5
"scripts" : {
8
8
"audit:resolve" : " SHELL=sh resolve-audit --production" ,
9
9
"audit:check" : " SHELL=sh check-audit --production"
10
10
},
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/mojaloop/api-snippets.git"
14
+ },
15
+ "bugs" : {
16
+ "url" : " https://github.com/mojaloop/api-snippets/issues"
17
+ },
18
+ "homepage" : " https://github.com/mojaloop/api-snippets#readme" ,
19
+ "keywords" : [
20
+ " api" ,
21
+ " snippets"
22
+ ],
23
+ "author" : " ModusBox" ,
24
+ "contributors" : [
25
+ " ModusBox"
26
+ ],
11
27
"license" : " Apache-2.0" ,
12
28
"dependencies" : {
13
29
"commander" : " ^2.19.0" ,
18
34
"diff" : " ^4.0.1" ,
19
35
"multi-file-swagger" : " ^2.3.0" ,
20
36
"npm-audit-resolver" : " 2.2.0"
37
+ },
38
+ "publishConfig" : {
39
+ "registry" : " https://registry.npmjs.org/"
21
40
}
22
41
}
You can’t perform that action at this time.
0 commit comments