{ "name": "@fluentui/tokens", "version": "1.0.0-alpha.16", "description": "Fluent UI Theme Tokens", "main": "lib-commonjs/index.js", "module": "lib/index.js", "typings": "./dist/index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", "token-pipeline": "node -r ../../scripts/ts-node/register ../../scripts/generators/token-pipeline.ts", "type-check": "tsc -b tsconfig.json", "generate-api": "just-scripts generate-api" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, "dependencies": { "@swc/helpers": "^0.5.1" }, "beachball": { "disallowedChangeTypes": [ "major", "minor", "patch" ] }, "exports": { ".": { "types": "./dist/index.d.ts", "node": "./lib-commonjs/index.js", "import": "./lib/index.js", "require": "./lib-commonjs/index.js" }, "./package.json": "./package.json" }, "files": [ "*.md", "dist/*.d.ts", "lib", "lib-commonjs" ] }