aboutsummaryrefslogtreecommitdiff
path: root/packages/iku/package.json
blob: e468e89c9d5ef6301b726bfea850827f9288fdd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"name": "@imemio/iku",
	"version": "0.0.1",
	"description": "Grammar-aware formatting checker for imemio",
	"type": "module",
	"bin": {
		"iku": "./dist/cli.js"
	},
	"scripts": {
		"build": "tsc",
		"check": "node --import tsx ./src/cli.ts",
		"test": "vitest run",
		"test:watch": "vitest"
	},
	"dependencies": {
		"typescript": "^5.8.3"
	},
	"devDependencies": {
		"@imemio/typescript-config": "workspace:*",
		"@types/node": "^22.15.21",
		"tsx": "^4.20.3",
		"vitest": "^3.0.5"
	}
}