{
	"name": "@wikimedia/codex-design-tokens",
	"version": "1.1.1",
	"description": "Design tokens for Codex in different formats",
	"author": "Wikimedia Foundation (https://wikimediafoundation.org/)",
	"homepage": "https://doc.wikimedia.org/codex/",
	"repository": {
		"type": "git",
		"url": "https://gerrit.wikimedia.org/g/design/codex/"
	},
	"bugs": "https://phabricator.wikimedia.org/tag/codex/",
	"license": "GPL-2.0+",
	"engines": {
		"npm": ">=7.21.0",
		"node": ">=16"
	},
	"files": [
		"dist",
		"theme-*.*"
	],
	"scripts": {
		"prepare": "npm run build",
		"build": "npm run clean && npm run build:tokens",
		"build:tokens": "node ./.style-dictionary/build.js",
		"build-if-missing": "test -e dist/theme-wikimedia-ui.json || npm run build",
		"clean": "rm -rf ./dist",
		"lint": "npm run lint:ts",
		"lint:ts": "tsc --noEmit",
		"test": "npm run lint:ts && npm run test:unit",
		"test:unit": "jest .",
		"watch": "npm-watch",
		"prepublishOnly": "copyfiles -u 1 \"dist/theme-*.*\" .",
		"postpublish": "rimraf \"theme-*.*\""
	},
	"watch": {
		"build:tokens": "src/**/*.json"
	},
	"devDependencies": {
		"@types/jest": "^29.5.6",
		"copyfiles": "2.4.1",
		"jest": "^29.7.0",
		"rimraf": "3.0.2",
		"style-dictionary": "3.8.0",
		"npm-watch": "^0.11.0",
		"typescript": "^5.2.2"
	}
}
