File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metadev/essential-core" ,
3
3
"version" : " 1.0.0" ,
4
+ "bugs" : {
5
+ "url" : " https://github.com/metadevpro/essential-core/issues"
6
+ },
4
7
"repository" : {
5
- "type" : " github " ,
6
- "url" : " https:// github.com/ metadevpro/essential-core"
8
+ "type" : " git " ,
9
+ "url" : " git@ github.com: metadevpro/essential-core.git "
7
10
},
8
11
"author" : " https://metadev.pro" ,
9
12
"license" : " apache-2.0" ,
13
16
"build" : " tsup" ,
14
17
"lint" : " eslint src" ,
15
18
"test" : " mocha --require tsx \" src/**/*.spec.ts\" " ,
16
- "coverage" : " nyc --reporter=html mocha --require tsx \" src/**/*.spec.ts\" "
19
+ "coverage" : " nyc --reporter=html mocha --require tsx \" src/**/*.spec.ts\" " ,
20
+ "prepublish" : " npm run lint && npm run test && npm run build" ,
21
+ "publish" : " npm publish . --access=public"
17
22
},
18
23
"keywords" : [
19
24
" mde" ,
You can’t perform that action at this time.
0 commit comments