UNPKG

@moda/tokens

Version:

Constant values for modaoperandi.com

73 lines (72 loc) 2.06 kB
{ "name": "@moda/tokens", "version": "6.4.76", "description": "Constant values for modaoperandi.com", "repository": "git@github.com:ModaOperandi/tokens.git", "author": "Moda Operandi", "license": "MIT", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", "style": "src/index.scss", "files": [ "dist", "src", "lib/assets", "index.scss" ], "scripts": { "build": "npm run clean && npm run export && tsc", "clean": "rm -rf ./dist", "commitlint": "commitlint", "export": "tsc scripts/export.ts && node scripts/export.js", "postpublish": "pinst --enable", "predeploy": "npm run build && cd docs && npm install && npm run build", "prepare": "husky && echo ''", "prepublishOnly": "pinst --disable", "semantic-release": "semantic-release", "start": "cd docs && npm run start", "test": "jest", "tsc": "tsc", "lint": "eslint src" }, "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@moda/node-sass-export": "^0.1.1", "@types/color-string": "^1.5.5", "@types/node": "^24.0.0", "@types/sass": "^1.45.0", "@typescript-eslint/eslint-plugin": "^8.11.0", "@typescript-eslint/parser": "^8.11.0", "cz-conventional-changelog": "3.3.0", "eslint": "^9.13.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-no-loops": "^0.4.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.2.1", "gh-pages": "6.3.0", "globals": "^16.0.0", "husky": "^9.1.6", "jest": "^30.0.0", "pinst": "^3.0.0", "prettier": "^3.3.3", "sass": "^1.80.4", "semantic-release": "^24.2.0", "semantic-release-npm-github": "^5.0.0", "typescript": "^5.6.3", "typescript-eslint": "^8.11.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "publishConfig": { "access": "public" }, "dependencies": { "color-string": "^2.0.1" } }