smartversion/package.json

26 lines
585 B
JSON

{
"name": "@pushrocks/smartversion",
"version": "1.0.4",
"private": false,
"description": "handle semver with easy",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4"
},
"dependencies": {
"@types/semver": "^5.5.0",
"semver": "^5.5.1"
}
}