-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 990 Bytes
/
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
{
"name": "bridg-wrong",
"description": "",
"main": "./index.js",
"types": "./types/index.d.ts",
"author": {
"email": "zetxx@belogradchik.biz",
"name": "Elin Angelov",
"url": "https://github.com/zetxx/bridg-wrong"
},
"dependencies": {
"error": "^10.4.0"
},
"devDependencies": {
"jsdoc": "^4.0.3",
"jsdoc-tsimport-plugin": "^1.0.5",
"semantic-release": "^24.0.0",
"tap": "^18.6.1",
"typescript": "^5.3.3"
},
"scripts": {
"unit-test": "./node_modules/.bin/tap --snapshot-clean-cwd --coverage-report=html ./tests/unit/ ",
"gdocs": "node_modules/jsdoc/jsdoc.js -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"
}
}