@softwareventures/maintain-project
Version:
Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited
137 lines (136 loc) • 4.1 kB
JSON
{
"name": "@softwareventures/maintain-project",
"version": "5.81.0",
"description": "Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited",
"keywords": [
"automated",
"create-project",
"maintain-project",
"template",
"typescript"
],
"author": "Daniel Cassidy <mail@danielcassidy.me.uk>",
"homepage": "https://github.com/softwareventures/maintain-project",
"bugs": "https://github.com/softwareventures/maintain-project/issues",
"repository": "github:softwareventures/maintain-project",
"license": "ISC",
"type": "module",
"scripts": {
"commit": "cz",
"fix": "tsc --noEmit && eslint --fix . && prettier --write .",
"_postinstall": "husky",
"lint": "tsc --noEmit && eslint . && prettier --check .",
"maintain-project": "node . update",
"prepack": "tsc",
"test": "ava"
},
"bin": "./index.js",
"sideEffects": [
"./index.js"
],
"engines": {
"node": ">=20.6"
},
"dependencies": {
"@eslint/eslintrc": "3.2.0",
"@softwareventures/array": "7.0.1",
"@softwareventures/chain": "3.0.0",
"@softwareventures/date": "5.0.2",
"@softwareventures/dictionary": "2.1.1",
"@softwareventures/iterable": "3.3.0",
"@softwareventures/nullable": "3.2.0",
"@softwareventures/ordered": "2.0.0",
"@softwareventures/promise": "2.0.0",
"@softwareventures/template-node-project": "3.285.0",
"@softwareventures/template-webpack-project": "3.322.0",
"@types/empty-dir": "2.0.4",
"@types/escodegen": "0.0.10",
"@types/eslint": "8.56.12",
"@types/estree": "1.0.8",
"@types/hosted-git-info": "3.0.5",
"@types/jsdom": "21.1.7",
"@types/node": "20.19.1",
"@types/parse-author": "2.0.3",
"@types/picomatch": "2.3.4",
"@types/recursive-readdir": "2.2.4",
"@types/semver": "7.5.8",
"@types/spdx-correct": "3.1.3",
"@types/wordwrap": "1.0.3",
"commander": "12.1.0",
"corepack": "0.33.0",
"empty-dir": "3.0.0",
"escodegen": "2.1.0",
"hosted-git-info": "7.0.2",
"jsdom": "24.1.3",
"node-releases": "2.0.19",
"non-null": "2.0.1",
"picomatch": "4.0.2",
"prettier-package-json": "2.8.0",
"recursive-readdir": "2.2.3",
"semver": "7.6.3",
"simple-git": "3.27.0",
"spdx-correct": "3.2.0",
"spdx-license-list": "6.9.0",
"tslib": "2.8.1",
"tslint": "6.1.3",
"typescript": "5.7.2",
"unknown": "0.2.6",
"wordwrap": "1.0.0",
"xml-formatter": "2.6.1",
"yaml": "1.10.2"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@commitlint/cz-commitlint": "19.8.1",
"@softwareventures/eslint-config": "7.10.0",
"@softwareventures/precise-commits": "4.0.22",
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "5.1.0",
"@softwareventures/tsconfig": "8.1.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"ava": "6.4.0",
"commitizen": "4.3.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-sonarjs": "0.25.1",
"husky": "9.1.7",
"inquirer": "9.3.7",
"pinst": "3.0.0",
"prettier": "3.2.5",
"semantic-release": "23.1.1",
"semantic-release-pinst": "1.0.4",
"tsimp": "2.0.12"
},
"eslintConfig": {
"root": true,
"extends": "@softwareventures"
},
"prettier": "@softwareventures/prettier-config",
"config": {
"commitizen": {
"path": "./node_modules/@commitlint/cz-commitlint"
}
},
"ava": {
"concurrency": 1,
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsimp/import"
]
},
"release": {
"extends": "@softwareventures/semantic-release-config"
},
"packageManager": "yarn@4.9.2",
"publishConfig": {
"access": "public"
}
}