{
	"name": "@vestfoldfylke/vfk-cli",
	"version": "2.2.4",
	"description": "A command line interface for our pleasure",
	"main": "dist/index.js",
	"type": "module",
	"files": [
		"dist",
		"package.json"
	],
	"scripts": {
		"build": "tsc",
		"lint": "npx @biomejs/biome check",
		"lint:fix": "npx @biomejs/biome check --write",
		"test": "tsc --noEmit && biome check && node --import tsx --test src/tests/**/*.test.ts",
		"test:node": "node --test"
	},
	"bin": {
		"vfk": "./dist/index.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/vestfoldfylke/vfk-cli.git"
	},
	"keywords": [
		"pleasure"
	],
	"author": {
		"name": "Jørgen Thorsnes",
		"url": "https://github.com/jorgtho"
	},
	"contributors": [
		{
			"name": "Rune Moskvil Lyngås",
			"url": "https://github.com/runely"
		}
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/vestfoldfylke/vfk-cli/issues"
	},
	"homepage": "https://github.com/vestfoldfylke/vfk-cli#readme",
	"dependencies": {
		"semver": "^7.7.4",
		"yocto-spinner": "^1.1.0"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.12",
		"@types/node": "^25.6.0",
		"@types/semver": "^7.7.1",
		"tsx": "^4.21.0",
		"typescript": "^6.0.3"
	}
}
