{ "name": "@fluentui/tokens", "version": "1.0.0-alpha.23", "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", "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" ] }