@kcws/lintstaged-config
Version:
kamontat's lintstaged config
57 lines • 1.41 kB
JSON
{
"name": "@kcws/lintstaged-config",
"version": "1.11.3",
"description": "kamontat's lintstaged config",
"main": "lib/index.js",
"module": "lib-esnext/index.js",
"types": "lib/index.d.ts",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/kc-workspace/kcws-js/tree/main/packages-config/lintstaged-config",
"repository": {
"type": "git",
"url": "https://github.com/kc-workspace/kcws-js.git",
"directory": "packages-config/lintstaged-config"
},
"author": {
"name": "Kamontat Chantrachirathumrong",
"email": "kcws@kc.in.th",
"url": "https://github.com/kamontat"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"config",
"lintstaged",
"lintstaged-config",
"lint-staged",
"lint-staged-config"
],
"files": [
"CHANGELOG.json",
"CHANGELOG.md",
"dist/**/*.d.ts",
"lib",
"lib-esnext",
"!**/*.test.*"
],
"dependencies": {
"micromatch": "4.0.8"
},
"devDependencies": {
"@rushstack/heft": "0.68.11",
"@types/micromatch": "4.0.9",
"@kcws/eslint-config": "1.46.0",
"@kcinternals/heft-node-rig": "0.45.0"
},
"engines": {
"node": ">=14.13.1"
},
"scripts": {
"build": "heft build",
"test": "heft test --clean",
"clean": "heft clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}