smartopen/package.json

36 lines
790 B
JSON
Raw Normal View History

2017-03-12 20:13:09 +00:00
{
"name": "@pushrocks/smartopen",
2019-05-23 13:53:30 +00:00
"version": "1.0.15",
2017-03-12 20:13:09 +00:00
"description": "open things",
"main": "dist/index.js",
2017-03-12 20:20:43 +00:00
"typings": "dist/index.d.ts",
2017-03-12 20:13:09 +00:00
"scripts": {
2019-04-16 06:26:16 +00:00
"test": "tstest test/",
"build": "tsbuild"
2017-03-12 20:13:09 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartopen.git"
},
"keywords": [
"open"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartopen/issues"
},
2017-03-12 20:20:43 +00:00
"homepage": "https://gitlab.com/pushrocks/smartopen#README",
"dependencies": {
"@types/opn": "^5.1.0",
"opn": "^5.3.0"
2017-08-17 07:03:16 +00:00
},
"devDependencies": {
2019-04-16 06:26:16 +00:00
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tstest": "^1.0.20",
"@types/node": "^10.1.2",
"tapbundle": "^2.0.0"
2019-04-16 06:26:16 +00:00
},
"private": true
2019-05-23 13:53:30 +00:00
}