{
	"name": "@inlang-git/fs",
	"version": "0.0.4",
	"type": "module",
	"publishConfig": {
		"access": "public"
	},
	"exports": {
		".": "./dist/index.js"
	},
	"files": [
		"./dist",
		"./src"
	],
	"scripts": {
		"build": "tsc --build ./tsconfig.build.json",
		"dev": "tsc --watch",
		"---- TEST ----------------------------------------------------------": "",
		"test": "tsc --noEmit && vitest run --passWithNoTests --coverage",
		"test:watch": "vitest watch --passWithNoTests --coverage",
		"---- LINT ----------------------------------------------------------": "",
		"lint": "cd ../.. && npm run lint:base ./source-code/core",
		"lint:fix": "cd ../.. && npm run lint:fix:base ./source-code/core",
		"format": "cd ../.. && npm run format:base ./source-code/core",
		"format:fix": "cd ../.. && npm run format:fix:base ./source-code/core",
		"---- OTHER ---------------------------------------------------------": "",
		"clean": "rm -rf ./dist ./.turbo ./coverage ./node_modules"
	},
	"dependencies": {
		"js-base64": "^3.7.5",
		"outmatch": "^0.7.0"
	},
	"license": "Apache-2.0"
}
