UNPKG

@homer0/package-info

Version:

Gets the content of the project's package.json

67 lines (66 loc) 1.6 kB
{ "name": "@homer0/package-info", "description": "Gets the content of the project's package.json", "version": "5.0.8", "repository": { "type": "git", "url": "https://github.com/homer0/packages.git", "directory": "packages/public/package-info" }, "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", "license": "MIT", "keywords": [ "node", "packagejson", "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/deferred": "5.0.8", "@homer0/jimple": "5.0.8", "@homer0/path-utils": "5.0.8", "package-json-type": "^1.0.3" }, "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" }