@loadsmart/miranda-tokens
Version:
Design tokens for the Miranda Design System
48 lines • 1.29 kB
JSON
{
"name": "@loadsmart/miranda-tokens",
"version": "4.25.2",
"description": "Design tokens for the Miranda Design System",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build-tokens": "rimraf dist && node --loader ts-node/esm ./src/scripts/build-tokens.ts",
"build": "rollup --config rollup.config.ts --configPlugin typescript --environment NODE_ENV:production",
"test": "jest",
"release": "semantic-release",
"typecheck": "tsc --noEmit"
},
"keywords": [
"miranda",
"tokens",
"design tokens"
],
"author": "Loadsmart",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"rollup": "^4.55.1",
"style-dictionary": "^4.3.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.9.3"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loadsmart/miranda-wc.git"
},
"bugs": {
"url": "https://github.com/loadsmart/miranda-wc/issues"
},
"homepage": "https://github.com/loadsmart/miranda-wc#readme"
}