@homer0/root-file
Version:
Import or require a file for the project root
65 lines (64 loc) • 1.52 kB
JSON
{
"name": "@homer0/root-file",
"description": "Import or require a file for the project root",
"version": "5.0.8",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
"directory": "packages/public/root-file"
},
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"keywords": [
"node",
"require",
"utility",
"wootils",
"javascript"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./dist/index.js",
"types": "./src/index.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./src/index.ts"
},
"./package.json": "./package.json"
},
"files": [
"dist/",
"src/"
],
"dependencies": {
"@homer0/jimple": "5.0.8",
"@homer0/path-utils": "5.0.8"
},
"devDependencies": {
"@homer0/eslint-plugin": "14.2.3",
"@homer0/tsconfig": "4.1.1",
"@vitest/coverage-v8": "catalog:",
"eslint": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"unplugin-swc": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:"
},
"engine-strict": true,
"engines": {
"node": ">=20"
},
"scripts": {
"lint": "eslint .",
"lint:file": "eslint $@",
"test": "vitest run $@",
"types:check": "tsc --noEmit && tsc --noEmit --project ./tests/tsconfig.json",
"build": "tsup",
"prepublishOnly": "pnpm run build"
},
"gitHead": "e4f2b5802352087d47dfcf7d08ff63da0f39631d"
}