UNPKG

@specs-feup/alpakka

Version:

Alpakka is a [LARA Framework](https://github.com/specs-feup/lara-framework) source-to-source compiler for Android's [smali](https://github.com/google/smali) syntax. It enables the analysis and transformation of Android apps through APK files.

9 lines (8 loc) 195 B
{ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../api" }, "exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"], "references": [{ "path": "../src-code" }] }