@synstack/path
Version:
Advanced path manipulation utilities
64 lines (63 loc) • 1.63 kB
JSON
{
"name": "@synstack/path",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "1.1.13",
"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",
"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.12",
"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": "f0daeeb6dd582a265033f020ba5e4baef3ff2a94"
}