@vlocode/apex
Version:
Salesforce APEX Parser and Grammar
72 lines (71 loc) • 2.08 kB
JSON
{
"name": "@vlocode/apex",
"version": "1.27.6",
"description": "Salesforce APEX Parser and Grammar",
"keywords": [
"Salesforce",
"APEX",
"ProgrammingLanguage",
"Parser",
"Grammar"
],
"main": "lib/index.js",
"readme": "../SITE.md",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc",
"clean": "shx rm -rf ./lib ./coverage ./tsconfig.tsbuildinfo './*.tgz' './src/**/*.{d.ts,ts.map,js.map,js}'",
"watch": "tsc -w",
"pack": "pnpm run build && pnpm pack",
"prepublish": "pnpm run build",
"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": [
"lib/**/*.d.ts",
"lib/**/*.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/csv-parse": "^1.2.2",
"@types/fs-extra": "^11",
"@types/jest": "^29.5.11",
"@types/jsforce": "^1.9.41",
"@types/luxon": "^3.3.0",
"@types/node": "^20.4.2",
"@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.1.1",
"typescript": "5.1.6"
},
"dependencies": {
"@vlocode/core": "1.27.6",
"@vlocode/util": "1.27.5",
"antlr4ng": "^3.0.4"
},
"publisher": "curlybracket",
"typings": "lib/index.d.ts",
"gitHead": "ac8cc9c6583d4b571db7c7094df1dbd973157000"
}