{ "name": "@push.rocks/smartpath", "version": "5.0.7", "private": false, "description": "offers smart ways to handle paths", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "https://github.com/pushrocks/smartpath.git" }, "keywords": [ "json", "jade", "template" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/smartpath/issues" }, "homepage": "https://github.com/pushrocks/smartpath", "devDependencies": { "@gitzone/tsbuild": "^2.1.56", "@gitzone/tsrun": "^1.2.31", "@gitzone/tstest": "^1.0.69", "@pushrocks/tapbundle": "^5.0.2", "@types/node": "^17.0.21" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }