getting-better-common-library
Version:
getting-better-common-library
38 lines (37 loc) • 990 B
JSON
{
"name": "getting-better-common-library",
"version": "1.0.5",
"description": "getting-better-common-library",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/getting-better/getting-better-common-library.git"
},
"keywords": [
"getting-better",
"common-library"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://bitbucket.org/getting-better/getting-better-common-library/issues"
},
"homepage": "https://bitbucket.org/getting-better/getting-better-common-library#readme",
"devDependencies": {
"@types/express-session": "^1.18.0",
"@types/node": "^20.14.9",
"express-session": "^1.18.0",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"winston": "^3.13.0"
},
"dependencies": {
"@types/express": "^4.17.21"
}
}