smartopen/package.json

48 lines
1009 B
JSON
Raw Normal View History

2017-03-12 20:13:09 +00:00
{
"name": "@pushrocks/smartopen",
2019-09-05 15:17:34 +00:00
"version": "1.0.22",
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-09-05 15:17:33 +00:00
"open": "^6.4.0"
2017-08-17 07:03:16 +00:00
},
"devDependencies": {
2019-09-05 15:17:33 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-06-04 09:25:51 +00:00
"@gitzone/tstest": "^1.0.24",
2019-09-05 15:17:33 +00:00
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.4",
"tslint": "^5.19.0",
2019-06-04 09:25:51 +00:00
"tslint-config-prettier": "^1.18.0"
2019-04-16 06:26:16 +00:00
},
2019-06-04 09:41:47 +00:00
"private": false,
2019-06-04 09:25:51 +00:00
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-09-05 15:17:33 +00:00
"dist_ts_web/*",
2019-06-04 09:25:51 +00:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-05 15:17:34 +00:00
}