UNPKG

dt-python-parser

Version:

There are some python parsers built with antlr4, and it's mainly for the **BigData** domain.

55 lines (54 loc) 1.4 kB
{ "name": "dt-python-parser", "version": "0.9.0", "description": "There are some python parsers built with antlr4, and it's mainly for the **BigData** domain.", "main": "dist/index.js", "scripts": { "antlr4": "node build/antlr4.js", "build": "npm test && rm -rf dist && tsc", "lint": "eslint ./src/**/*.ts", "lint-fix": "npx eslint './src/**/*.ts' --fix", "check-types": "tsc --skipLibCheck", "test": "jest --coverage" }, "git repository": "https://github.com/DTStack/dt-python-parser", "repository": "https://github.com/DTStack/dt-python-parser", "keywords": [ "python", "parser", "monaco-editor", "bigdata", "antlr4" ], "author": "chenfeng@dtstack.com", "license": "MIT", "husky": { "hooks": { "lint-staged": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint", "prettier --write" ] }, "devDependencies": { "@types/jest": "^26.0.15", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "eslint": "^7.12.1", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^6.14.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.3.0", "jest": "^26.6.1", "prettier": "^2.1.2", "ts-jest": "^26.4.3", "typescript": "^4.0.5" }, "dependencies": { "@types/antlr4": "4.7.2", "antlr4": "4.8.0" } }