0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Updated package json for publishing upstream

- cleans up package json for publish to npm
This commit is contained in:
Rishabh 2022-07-06 10:16:36 +02:00
parent d9f7534169
commit e6c7d66553

View file

@ -1,9 +1,22 @@
{
"name": "sodo-search",
"name": "@tryghost/sodo-search",
"version": "0.1.0",
"license": "MIT",
"repository": "git@github.com:TryGhost/sodo-search.git",
"repository": {
"type": "git",
"url": "git@github.com:TryGhost/sodo-search.git"
},
"author": "Ghost Foundation",
"unpkg": "umd/sodo-search.min.js",
"files": [
"umd/",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2",
@ -56,6 +69,13 @@
"last 1 safari version"
]
},
"jest": {
"coverageReporters": [
"cobertura",
"text-summary",
"html"
]
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"chalk": "4.1.2",