UNPKG

@jrs-test/jrs-common

Version:

Types and functions for use in the JRS project

39 lines (38 loc) 840 B
{ "name": "@jrs-test/jrs-common", "version": "0.0.13-development", "description": "Types and functions for use in the JRS project", "main": "./dist/index.js", "module": "./dist/index.mjs", "scripts": { "build": "tsup", "semantic-release": "semantic-release" }, "keywords": [ "jrs" ], "author": "JRS", "license": "", "devDependencies": { "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "semantic-release": "^23.1.1", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "dependencies": { "mongodb": "^6.3.0" }, "repository": { "type": "git", "url": "https://github.com/NBBI-JRS/jrs-common-package.git" }, "publishConfig": { "access": "public" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }