smartopen/package.json

47 lines
974 B
JSON
Raw Normal View History

2017-03-12 20:13:09 +00:00
{
"name": "@pushrocks/smartopen",
2019-06-04 09:33:38 +00:00
"version": "1.0.18",
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": {
2019-06-04 09:25:51 +00:00
"opn": "^6.0.0"
2017-08-17 07:03:16 +00:00
},
"devDependencies": {
2019-06-04 09:25:51 +00:00
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tstest": "^1.0.24",
"@types/node": "^12.0.4",
"tapbundle": "^2.0.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0"
2019-04-16 06:26:16 +00:00
},
2019-06-04 09:25:51 +00:00
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-05-23 13:53:30 +00:00
}