{ "name": "cross-dirname", "version": "0.1.0", "type": "commonjs", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "require": "./dist/cjs/index.cjs", "default": "./dist/esm/index.mjs" } }, "files": [ "/dist" ], "url": "https://github.com/JumpLink/cross-dirname", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/JumpLink/cross-dirname.git" }, "devDependencies": { "chai": "^4.3.6", "cross-dirname": "^0.0.6", "esbuild": "^0.14.49", "esm": "^3.2.25", "mocha": "^10.0.0", "mocha-headless-chrome": "^4.0.0", "typescript": "^4.7.4" } }