Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Jan 12, 2024
1 parent 56db779 commit 6b954fa
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,26 @@
"main": "./index.js",
"types": "./types/index.d.ts",
"author": {
"email": "zetxx@belogradchik.biz",
"name": "Elin Angelov",
"url": "https://github.com/zetxx/bridg-wrong"
"email": "zetxx@belogradchik.biz",
"name": "Elin Angelov",
"url": "https://github.com/zetxx/bridg-wrong"
},
"dependencies": {
"error": "^10.4.0"
"error": "^10.4.0"
},
"devDependencies": {
"jsdoc-tsimport-plugin": "^1.0.5",
"typescript": "^5.3.3",
"semantic-release": "^22.0.12",
"tap": "^18.6.1"
"jsdoc-tsimport-plugin": "^1.0.5",
"typescript": "^5.3.3",
"semantic-release": "^22.0.12",
"tap": "^18.6.1"
},
"scripts": {
"unit-test": "./node_modules/.bin/tap --snapshot-clean-cwd --coverage-report=html ./tests/unit/ ",
"gdocs": "jsdoc -c jsdoc.json . | npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
"unit-test": "./node_modules/.bin/tap --snapshot-clean-cwd --coverage-report=html ./tests/unit/ ",
"gdocs": "jsdoc -c jsdoc.json . | npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"homepage": "https://github.com/zetxx/bridg-wrong/blob/master/README.md",
"repository": {
"type": "git",
"url": "git@github.com:zetxx/bridg-wrong.git"
"type": "git",
"url": "git@github.com:zetxx/bridg-wrong.git"
}
}

}

0 comments on commit 6b954fa

Please sign in to comment.