You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
907 B
39 lines
907 B
{
|
|
"name": "ts-anglo-helper",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write .",
|
|
"prepare": "husky install",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.2.3",
|
|
"@types/semver": "^7.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"@typescript-eslint/parser": "^5.59.8",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.2",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"node-svn-ultimate": "^1.2.1",
|
|
"semver": "^7.5.1"
|
|
},
|
|
"lint-staged": {
|
|
"*": "prettier --ignore-unknown --write"
|
|
}
|
|
}
|