UNPKG

@daikin-oss/dds-tokens

Version:

Design token definitions for DDS

77 lines (76 loc) 2.23 kB
{ "name": "@daikin-oss/dds-tokens", "version": "1.1.1", "description": "Design token definitions for DDS", "type": "module", "files": [ "build", "themes", "README.md", "CHANGELOG.md" ], "exports": { "./package.json": "./package.json", "./tailwind4.css": "./build/tailwind4.css", "./js/*.js": { "import": "./build/js/*.js", "require": "./build/js/*.cjs", "types": "./build/js/*.d.ts", "default": "./build/js/*.js" }, "./js/*": { "import": "./build/js/*.js", "require": "./build/js/*.cjs", "types": "./build/js/*.d.ts", "default": "./build/js/*.js" }, "./css/*": "./build/css/*", "./scss/*": "./build/scss/*", "./json/*": "./build/json/*", "./themes/*": "./themes/*" }, "scripts": { "build": "tsx scripts/build.ts", "changeset-tokens": "tsx scripts/changeset-tokens.ts", "changeset-version": "changeset version && npm install --package-lock-only", "changeset-publish": "changeset publish", "format": "prettier -w .", "test:unit": "vitest", "test:e2e": "node --test e2e/*.mjs e2e/*.cjs", "test": "npm run test:unit -- --run && npm run test:e2e", "license-check": "license-checker --summary --onlyAllow \"$npm_package_config_licenseAllowlist\"" }, "config": { "licenseAllowlist": "0BSD;Apache-2.0;BlueOak-1.0.0;BSD-2-Clause;BSD-3-Clause;CC-BY-3.0;CC0-1.0;ISC;MIT;Public Domain;Unlicense" }, "repository": { "type": "git", "url": "https://github.com/dsv-rp/dds-tokens.git" }, "keywords": [ "design", "system", "dds", "tokens" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/dsv-rp/dds-tokens/issues" }, "homepage": "https://github.com/dsv-rp/dds-tokens#readme", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.12", "@tokens-studio/sd-transforms": "^1.2.9", "@types/node": "^20.17.17", "license-checker": "^25.0.1", "prettier": "^3.4.2", "prettier-plugin-organize-imports": "^4.1.0", "sass-embedded": "^1.83.4", "style-dictionary": "^4.3.2", "tailwindcss": "^4.1.18", "tsx": "^4.19.2", "vitest": "^3.0.5" } }