UNPKG

@synstack/path

Version:
65 lines (64 loc) 1.66 kB
{ "name": "@synstack/path", "type": "module", "publishConfig": { "access": "public" }, "version": "1.2.0", "description": "Advanced path manipulation utilities", "keywords": [ "synstack", "path", "file", "fs", "typescript" ], "author": { "name": "pAIrprog", "url": "https://pairprog.io" }, "homepage": "https://github.com/pAIrprogio/synscript/tree/main/packages/path", "repository": { "type": "git", "url": "https://github.com/pAIrprogio/synscript.git", "directory": "packages/path" }, "license": "Apache-2.0", "scripts": { "build": "tsup", "build:watch": "tsup --watch", "prepack": "pnpm build", "test:types": "tsc --noEmit", "test:unit": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --test src/**/*.test.ts", "test:unit:watch": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --watch --test --watch src/**/*.test.ts", "test": "pnpm test:types && pnpm test:unit" }, "exports": { ".": { "import": { "types": "./dist/path.index.d.ts", "default": "./dist/path.index.js" }, "require": { "types": "./dist/path.index.d.cts", "default": "./dist/path.index.cjs" } } }, "dependencies": { "@synstack/pipe": "^1.1.17", "mime-types": "^3.0.1" }, "devDependencies": { "@types/mime-types": "^3.0.1", "@types/node": "^22.15.32", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "files": [ "src/**/*.ts", "!src/**/*.test.ts", "dist/**/*" ], "gitHead": "cd86972eef19f15300ede7250217548102e83978" }