smartversion/package.json

26 lines
585 B
JSON
Raw Normal View History

2016-08-28 11:36:35 +00:00
{
"name": "@pushrocks/smartversion",
2018-09-02 10:31:56 +00:00
"version": "2.0.0",
"private": false,
2017-08-17 14:15:47 +00:00
"description": "handle semver with easy",
2016-08-28 11:36:35 +00:00
"main": "dist/index.js",
2017-08-17 14:15:47 +00:00
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
2016-08-28 11:36:35 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-08-28 11:36:35 +00:00
},
2017-08-17 14:15:47 +00:00
"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"
2016-08-28 11:36:35 +00:00
},
2017-08-17 14:15:47 +00:00
"dependencies": {
"@types/semver": "^5.5.0",
"semver": "^5.5.1"
2017-08-17 14:15:47 +00:00
}
2016-08-28 11:36:35 +00:00
}