{
    "name": "@vlocode/apex",
    "version": "2.1.0",
    "description": "Salesforce APEX Parser and Grammar",
    "keywords": [
        "Salesforce",
        "APEX",
        "ProgrammingLanguage",
        "Parser",
        "Grammar"
    ],
    "main": "dist/index.js",
    "publishConfig": {
        "access": "public"
    },
    "readme": "../SITE.md",
    "directories": {
        "lib": "./lib"
    },
    "engines": {
        "node": ">=20.0.0"
    },
    "scripts": {
        "clean": "shx rm -rf ./lib ./dist ./coverage ./tsconfig.tsbuildinfo './*.tgz' './src/**/*.{d.ts,ts.map,js.map,js}'",
        "build": "tsc -b",
        "postbuild": "",
        "watch": "tsc -b --watch",
        "pack": "pnpm build && pnpm pack",
        "prepublish": "pnpm build",
        "test": "jest",
        "build-grammar": "antlr4ng -Dlanguage=TypeScript -o ./src/grammar -visitor -listener ./grammar/ApexLexer.g4 ./grammar/ApexParser.g4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Codeneos/vlocode.git"
    },
    "author": {
        "name": "Peter van Gulik",
        "email": "peter@curlybracket.nl"
    },
    "files": [
        "dist/**/*.d.ts",
        "!dist/**/*.test.d.ts",
        "dist/**/*.js",
        "dist/**/*.json",
        "!dist/**/*.test.js",
        "lib/**/*.json",
        "patches/*.patch",
        "../SITE.md"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Codeneos/vlocode/issues"
    },
    "homepage": "https://github.com/Codeneos/vlocode/tree/main/packages/apex#readme",
    "devDependencies": {
        "@types/fs-extra": "^11",
        "@types/jest": "^29.5.11",
        "@types/jsforce": "^1.9.41",
        "@types/luxon": "^3.3.0",
        "@types/tough-cookie": "^4.0.2",
        "antlr4ng-cli": "^2.0.0",
        "jest": "^29.7.0",
        "nugget": "^2.2.0",
        "shx": "^0.3.4",
        "ts-jest": "^29.4.9",
        "typescript": "5.9.3"
    },
    "dependencies": {
        "@vlocode/core": "2.1.0",
        "@vlocode/util": "2.1.0",
        "antlr4ng": "^3.0.14"
    },
    "publisher": "curlybracket",
    "typings": "dist/index.d.ts",
    "gitHead": "2085f2d95c6e0591b21a82bf3033befded5a0427"
}
