{ "name": "@push.rocks/smartpath", "version": "5.0.18", "private": false, "description": "A library offering smart ways to handle file and directory paths.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test)", "build": "(tsbuild --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartpath.git" }, "keywords": [ "path handling", "file system", "directory manipulation", "file checks", "path transformation", "typescript", "node.js development", "URL handling", "absolute paths", "smart path resolution", "programming", "file management", "software development", "path utilities", "cross-platform path management" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/smartpath/issues" }, "homepage": "https://code.foss.global/push.rocks/smartpath", "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.90", "@push.rocks/tapbundle": "^5.0.23", "@types/node": "^20.12.7" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }