UNPKG

ui5plugin-linter

Version:
65 lines 1.48 kB
{ "name": "ui5plugin-linter", "version": "1.17.1", "description": "UI5 Class linter", "main": "dist/index.js", "scripts": { "test": "test", "compile": "npx tsc", "compile-prod": "rd /s /q \"dist\" && npx tsc --project tsconfig-prod.json", "watch": "npm run compile", "lint": "eslint src" }, "repository": { "type": "git", "url": "https://github.com/iljapostnovs/ui5plugin-linter.git" }, "keywords": [ "ui5", "fiori", "sap", "linter", "openui5", "sapui5" ], "author": "Ilja Postnovs <ilja.postnovs@gmail.com>", "license": "Apache-2.0", "contributors": [ "Ilja Postnovs <ilja.postnovs@gmail.com>" ], "bugs": { "url": "https://github.com/iljapostnovs/ui5plugin-linter/issues" }, "bin": { "ui5linter": "./bin/ui5linter.js" }, "homepage": "https://github.com/iljapostnovs/ui5plugin-linter#readme", "funding": [ { "type": "paypal", "url": "https://www.paypal.com/donate/?hosted_button_id=HPZ5FA8C3KJ6W" }, { "type": "github", "url": "https://github.com/sponsors/iljapostnovs" }, { "type": "individual", "url": "https://donate.cafe/iljapostnovs" } ], "devDependencies": { "@types/node": "^20.17.30", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "eslint": "^8.56.0", "ts-loader": "^9.5.2", "typescript": "5.8.3" }, "dependencies": { "chalk": "4.1.2", "minimatch": "9.0.5", "rc-config-loader": "4.1.3", "ui5plugin-parser": "1.10.1" } }