First Commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user