UNPKG

@homer0/jimple

Version:

An extended version of the Jimple lib, with extra features

62 lines (61 loc) 1.47 kB
{ "name": "@homer0/jimple", "description": "An extended version of the Jimple lib, with extra features", "version": "5.0.7", "repository": { "type": "git", "url": "https://github.com/homer0/packages.git", "directory": "packages/public/jimple" }, "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", "license": "MIT", "keywords": [ "jimple", "dependency", "injection", "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/" ], "devDependencies": { "@homer0/eslint-plugin": "14.2.2", "@homer0/tsconfig": "4.1.1", "@vitest/coverage-v8": "catalog:", "eslint": "catalog:", "jimple": "^1.5.0", "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": "28dcab5e7533572e5d0cc0966f2843fcb943615d" }