about summary refs log tree commit diff
path: root/frida_mode/ts/package.json
blob: 47b693ed3dfa22e6c977b9681dc4a4d78b06e4a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "name": "@worksbutnottested/aflplusplus-frida",
    "version": "1.0.0",
    "description": "AFLplusplus Frida Mode",
    "main": "./dist/frida.js",
    "types": "./dist/frida.d.ts",
    "files": [
      "/dist/"
    ],
    "repository": {
      "type": "git",
      "url": "git@github.com:worksbutnottested/AFLplusplus.git"
    },
    "publishConfig": {
      "cache": "~/.npm",
      "registry": "https://npm.pkg.github.com/@worksbutnottested"
    },
    "scripts": {
      "prepare": "npm run build",
      "build": "tsc",
      "lint": "tslint -p tslint.json"
    },
    "devDependencies": {
      "@types/node": "^14.14.2",
      "typescript": "^4.0.3",
      "typescript-tslint-plugin": "^0.5.5",
      "tslint": "^6.1.3"
    },
    "dependencies": {
      "@types/frida-gum": "^16.2.0"
    }
  }