Files
2025-12-01 20:10:08 +09:00

34 lines
644 B
JSON

{
"name": "esm-path",
"version": "1.0.0",
"description": "Provides __dirname and __filename to ESM",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "tsc"
},
"keywords": [
"esm",
"path",
"file",
"dir",
"dirname",
"filename"
],
"author": {
"name": "Last2014",
"email": "info@last2014.com",
"url": "https://about.last2014.com"
},
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.17.0",
"dependencies": {
"@types/node": "^24.10.1",
"path": "^0.12.7",
"typescript": "^5.9.3",
"url": "^0.11.4"
}
}