UNPKG

@specs-feup/kadabra

Version:

A Java source-to-source compiler written in Typescript

79 lines (78 loc) 2.48 kB
{ "name": "@specs-feup/kadabra", "version": "1.5.2", "description": "A Java source-to-source compiler written in Typescript", "type": "module", "files": [ "api", "code", "jest", "src-api", "src-code", "java-binaries", ".gitignore", "eslint.config.js", "jest.config.js", "LICENSE", "package.json", "README.md", "tsconfig.jest.json", "tsconfig.json", "typedoc.config.js" ], "bin": { "kadabra": "code/index.js" }, "scripts": { "run": "node ./code/index.js", "build": "tsc -b src-api src-code", "build:api": "tsc -b src-api", "build:code": "tsc -b src-code", "build:watch": "npm run build -- --watch", "lint": "eslint .", "test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --detectOpenHandles --forceExit", "test:api": "npm run test -- src-api", "test:code": "npm run test -- src-code", "test:cov": "npm run test -- --coverage", "test:watch": "npm run test -- --watch", "build-interfaces": "npx lara-build-interfaces --input ../JavaWeaver/src/weaver/kadabra/JavaWeaver.json --lara @specs-feup/lara/LaraJoinPointSpecification.json --output src-api/Joinpoints.ts" }, "repository": { "type": "git", "url": "git+https://github.com/specs-feup/kadabra.git", "directory": "Kadabra-JS" }, "keywords": [ "Java", "source-to-source", "compiler", "metaprogramming" ], "author": "L. Sousa", "license": "Apache-2.0", "bugs": { "url": "https://github.com/specs-feup/kadabra/issues" }, "homepage": "https://github.com/specs-feup/kadabra#readme", "dependencies": { "@specs-feup/lara": "^3.5.0" }, "devDependencies": { "@jest/globals": "^30.2.0", "@types/debug": "^4.1.12", "@types/java": "^0.9.6", "@types/jest": "^30.0.0", "@types/node": "^20.14.10", "@types/yargs": "^17.0.35", "cross-env": "^10.1.0", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.12.1", "eslint-plugin-tsdoc": "^0.5.0", "jest": "^30.2.0", "node-notifier": "^10.0.1", "ts-jest": "^29.4.6", "typescript": "^5.9.3", "typescript-eslint": "^8.52.0" } }