@abaplint/cli
Version:
abaplint - Command Line Interface
63 lines (62 loc) • 2.01 kB
JSON
{
"name": "@abaplint/cli",
"version": "2.113.186",
"description": "abaplint - Command Line Interface",
"funding": "https://github.com/sponsors/larshp",
"bin": {
"abaplint": "abaplint"
},
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"compile": "tsc",
"test": "npm run compile && mocha && npm run lint && npm run webpack",
"webpack": "webpack --progress",
"publish:minor": "npm --no-git-tag-version version minor && rm -rf build && npm install && npm run test && npm publish --access public",
"publish:patch": "npm --no-git-tag-version version patch && rm -rf build && npm install && npm run test && npm publish --access public"
},
"mocha": {
"recursive": true,
"reporter": "progress",
"spec": "./build/test/*.js",
"require": "source-map-support/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abaplint/abaplint.git"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"ABAP",
"lint"
],
"author": "Lars Hvam Petersen",
"license": "MIT",
"bugs": {
"url": "https://github.com/abaplint/abaplint/issues"
},
"homepage": "https://abaplint.org",
"devDependencies": {
"@abaplint/core": "^2.113.186",
"@types/chai": "^4.3.20",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.10",
"@types/node": "^24.3.0",
"@types/progress": "^2.0.7",
"chai": "^4.5.0",
"p-limit": "^3.1.0",
"chalk": "^5.6.0",
"eslint": "^9.33.0",
"glob": "^11.0.3",
"json5": "^2.2.3",
"memfs": "^4.36.3",
"minimist": "^1.2.8",
"mocha": "^11.7.1",
"progress": "^2.0.3",
"typescript": "^5.9.2",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"xml-js": "^1.6.11"
}
}