smarturl/package.json
2024-05-29 14:17:00 +02:00

53 lines
1.2 KiB
JSON

{
"name": "@push.rocks/smarturl",
"version": "3.0.7",
"private": false,
"description": "A library for parsing URLs in a detailed and flexible way.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.11"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"URL parsing",
"TypeScript",
"node.js",
"web development",
"URL manipulation",
"search parameters",
"HTTP",
"HTTPS"
],
"homepage": "https://code.foss.global/push.rocks/smarturl",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smarturl.git"
}
}