smartversion/package.json

26 lines
574 B
JSON
Raw Normal View History

2016-08-28 11:36:35 +00:00
{
"name": "smartversion",
2017-08-18 10:39:47 +00:00
"version": "1.0.3",
"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
}