UNPKG

@specs-feup/alpakka

Version:

A Smali/APK source-to-source compiler written in Typescript

74 lines (73 loc) 2.06 kB
{ "name": "@specs-feup/alpakka", "version": "1.2.1", "description": "A Smali/APK source-to-source compiler written in Typescript", "type": "module", "bin": { "alpakka": "./code/index.js" }, "files": [ "api", "code", "src-api", "src-code", "java-binaries", ".gitignore", "eslint.config.js", "LICENSE", "package.json", "README.md", "tsconfig.json", "typedoc.config.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", "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", "lint": "eslint .", "format": "prettier --write .", "build-interfaces": "npx lara-build-interfaces --input ../AlpakkaWeaver/src/pt/up/fe/specs/alpakka/weaver/SmaliWeaver.json --lara @specs-feup/lara/LaraJoinPointSpecification.json --output src-api/Joinpoints.ts" }, "repository": { "type": "git", "url": "git+https://github.com/specs-feup/alpakka.git", "directory": "Alpakka-JS" }, "keywords": [ "Android", "smali", "source-to-source", "compiler" ], "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/specs-feup/alpakka/issues" }, "dependencies": { "@specs-feup/lara": "~3.5.0", "cytoscape": "^3.0.0" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^20.14.10", "typescript-eslint": "^8.26.1", "cross-env": "^7.0.3", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-tsdoc": "^0.4.0", "jest": "^29.7.0", "node-notifier": "^10.0.1", "ts-jest": "^29.2.6", "prettier": "^3.3.3", "typescript": "^5.8.2" } }