@ts-dev-tools/core
Version:
TS dev tools Core
63 lines (62 loc) • 1.52 kB
JSON
{
"name": "@ts-dev-tools/core",
"version": "1.12.4",
"description": "TS dev tools Core",
"keywords": [
"linter",
"prettier",
"git-hooks"
],
"author": "ESCEMI <contact@escemi.com>",
"homepage": "https://github.com/escemi-tech/ts-dev-tools",
"license": "MIT",
"bin": {
"ts-dev-tools": "dist/bin.js"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"/dist"
],
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/escemi-tech/ts-dev-tools.git"
},
"scripts": {
"start": "npm link && tsc -w",
"stop": "npm unlink",
"build": "rimraf dist && tsc",
"vitest": "vitest",
"test": "vitest run",
"test:unit": "vitest run spec.ts",
"test:e2e": "vitest run e2e.spec.ts",
"test:coverage": "vitest run --coverage",
"lint": "biome lint --error-on-warnings src",
"lint:fix": "biome check --write src",
"lint:ci": "biome check --error-on-warnings src"
},
"bugs": {
"url": "https://github.com/escemi-tech/ts-dev-tools/issues"
},
"dependencies": {
"@biomejs/biome": "^2.4.8",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.2",
"@types/node": "^25.9.1",
"@vitest/coverage-v8": "^4.1.6",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"devDependencies": {
"ts-node": "^10.9.2"
},
"gitHead": "ed268d29e1ec1d54dc5fb843d60f1c49823511ad"
}