e1c-repo-tools
Version:
Tools for 1C enterprise repository
64 lines (63 loc) • 1.75 kB
JSON
{
"name": "e1c-repo-tools",
"version": "0.2.2",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"husky": "^4.3.0",
"jest": "^26.6.3",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn test"
}
},
"bin": {
"e1c-precommit-hook": "./dist/hook.js",
"e1c-dump": "./dist/dump.js",
"e1c-build": "./dist/build.js"
},
"scripts": {
"prepublishOnly": "yarn build",
"cmz": "cz",
"release": "standard-version",
"start": "ts-node-dev",
"build": "tsc -p ./src",
"lint": "eslint --no-error-on-unmatched-pattern ./src/**/*.ts",
"test": "jest --passWithNoTests",
"debug": "tsc --sourceMap && node --inspect=9227"
},
"dependencies": {
"chalk": "^4.1.0",
"log-symbols": "^4.0.0",
"log-update": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cinex-ru/e1c-repo-tools.git"
},
"keywords": [
"1C",
"1С",
"precommit-hook",
"e1c",
"repository-tools"
]
}