@abaplint/cli
Version:
abaplint - Command Line Interface
64 lines (63 loc) • 2.04 kB
JSON
{
"name": "@abaplint/cli",
"version": "2.113.108",
"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.108",
"@types/chai": "^4.3.20",
"@types/glob": "^8.1.0",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.13",
"@types/progress": "^2.0.7",
"chai": "^4.5.0",
"chalk": "^5.4.1",
"eslint": "^9.21.0",
"glob": "^7.2.3",
"json5": "^2.2.3",
"memfs": "^4.17.0",
"minimist": "^1.2.8",
"mocha": "^11.1.0",
"progress": "^2.0.3",
"typescript": "^5.8.2",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"xml-js": "^1.6.11"
},
"dependencies": {}
}