{
    "name": "@sberdevices/plasma-tokens",
    "version": "1.17.0",
    "description": "",
    "author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>",
    "license": "Sber Public License at-nc-sa v.2",
    "module": "es/index.js",
    "main": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "prepare": "npm run build",
        "prebuild": "rm -rf ./build ./colors ./es ./properties ./src ./themes ./themesValues ./typo ./typography ./typographyValues ./index.* ./theme.json",
        "build": "npm run build:ds && npm run build:tokens",
        "prebuild:tokens": "npm run generate",
        "build:tokens": "npm run build:cjs && npm run build:esm",
        "build:cjs": "tsc",
        "build:esm": "tsc -p ./tsconfig.es.json",
        "prebuild:ds": "npm ci --prefix='design-language'",
        "build:ds": "npm run build --prefix='./design-language'",
        "generate": "npx ts-node ./generate.ts",
        "postgenerate": "npx style-dictionary build && node clean.js",
        "figma": "npm run extract --prefix='./design-language'"
    },
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "colors",
        "es",
        "themes",
        "themesValues",
        "typo",
        "typography",
        "typographyValues",
        "index.d.ts",
        "index.d.ts.map",
        "index.js",
        "index.js.map",
        "sizes.d.ts",
        "sizes.d.ts.map",
        "sizes.js",
        "sizes.js.map",
        "theme.json"
    ],
    "devDependencies": {
        "@sberdevices/plasma-tokens-utils": "0.11.0",
        "@types/node": "16.7.13",
        "@types/param-case": "1.1.2",
        "jsdom": "17.0.0",
        "jsdom-global": "3.0.2",
        "style-dictionary": "2.10.2",
        "ts-node": "10.2.1",
        "typescript": "3.9.10"
    },
    "contributors": [
        "Виноградов Антон Александрович",
        "Зубаиров Фаниль Асхатович",
        "Vasiliy Loginevskiy"
    ],
    "sideEffects": false,
    "gitHead": "c835d72f98579851743bbfee8daf9f44706c7ac0"
}
