@homer0/jimple
Version:
An extended version of the Jimple lib, with extra features
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "@homer0/jimple",
"description": "An extended version of the Jimple lib, with extra features",
"version": "3.0.14",
"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"
},
"files": [
"dist/"
],
"devDependencies": {
"@homer0/eslint-plugin": "12.0.13",
"@homer0/tsconfig": "2.0.2",
"jest": "catalog:",
"jimple": "^1.5.0",
"ts-jest": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:"
},
"engine-strict": true,
"engines": {
"node": ">=18 <23"
},
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"lint": "eslint .",
"test": "jest -c ./.jestrc.js",
"types:check": "tsc --noEmit && tsc --noEmit --project ./tests/tsconfig.json",
"build": "tsup src/index.ts",
"prepublishOnly": "pnpm run build"
},
"gitHead": "9e804863e566d60148217835a2d5f7556bb57a45"
}