smartopen/package.json
2024-05-29 14:15:14 +02:00

57 lines
1.2 KiB
JSON

{
"name": "@push.rocks/smartopen",
"version": "2.0.0",
"description": "A library for opening URLs or files in the default application",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"scripts": {
"test": "tstest test/",
"build": "tsbuild"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartopen.git"
},
"keywords": [
"URL opening",
"file handling",
"cross-platform",
"typescript",
"node.js",
"web development",
"automation",
"external resources"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartopen/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartopen",
"dependencies": {
"open": "^8.4.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.56",
"@gitzone/tstest": "^1.0.69",
"@pushrocks/tapbundle": "^5.0.2",
"@types/node": "^17.0.21"
},
"private": false,
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}