@auto-it/sbt
Version:
Publish Scala projects with sbt
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "@auto-it/sbt",
"version": "11.3.0",
"main": "dist/index.js",
"description": "Publish Scala projects with sbt",
"license": "MIT",
"author": {
"name": "Alexey Alekhin",
"email": "laughedelic@gmail.com"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/intuit/auto"
},
"files": [
"dist"
],
"keywords": [
"automation",
"semantic",
"release",
"github",
"labels",
"automated",
"continuos integration",
"changelog",
"scala",
"sbt"
],
"scripts": {
"build": "tsc -b",
"start": "npm run build -- -w",
"lint": "eslint src --ext .ts",
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "11.3.0",
"fp-ts": "^2.5.3",
"io-ts": "^2.1.2",
"semver": "^7.0.0",
"strip-ansi": "^7.0.1",
"tslib": "1.10.0"
},
"gitHead": "c6961698ab27ac61b1a0f44a9e20785d5ae11e88"
}