@vlocode/apex
Version:
Salesforce APEX Parser and Grammar
78 lines (77 loc) • 2.31 kB
JSON
{
"name": "@vlocode/apex",
"version": "1.32.0",
"description": "Salesforce APEX Parser and Grammar",
"keywords": [
"Salesforce",
"APEX",
"ProgrammingLanguage",
"Parser",
"Grammar"
],
"main": "dist/index.js",
"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": "",
"bundle": "node ../../scripts/esbuild.mjs --entrypoint ./src/index.ts",
"watch": "pnpm bundle --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/node": "~20.17",
"@types/tough-cookie": "^4.0.2",
"antlr4ng-cli": "^2.0.0",
"esbuild": "^0.25.4",
"jest": "^29.7.0",
"nugget": "^2.2.0",
"shx": "^0.3.4",
"ts-jest": "^29.3.4",
"typescript": "5.8.3"
},
"dependencies": {
"@vlocode/core": "1.32.0",
"@vlocode/util": "1.32.0",
"antlr4ng": "^3.0.14"
},
"publisher": "curlybracket",
"typings": "dist/index.d.ts",
"gitHead": "b701be9c6c4adc3b76e80022a1df69b97f45fdc7"
}