@chustasoft/cs-releasy-connector
Version:
JS connector library for ChustaSoft Releasy backend project, providing easy access to REST features
33 lines (32 loc) • 779 B
JSON
{
"name": "@chustasoft/cs-releasy-connector",
"version": "1.0.0",
"description": "JS connector library for ChustaSoft Releasy backend project, providing easy access to REST features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -project tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ChustaSoft/Releasy.git"
},
"keywords": [
"chustasoft",
"releasy",
"changelog",
"changelog.md",
"release notes",
"release manager",
"versioning"
],
"author": "ChustaSoft",
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@chustasoft/cs-common": "1.2.1"
}
}