@financial-times/o3-foundation
Version:
Origami foundations with design tokens
41 lines (40 loc) • 843 B
JSON
{
"name": "@financial-times/o3-foundation",
"version": "3.5.0",
"description": "Origami foundations with design tokens",
"keywords": [
"foundation",
"design-tokens",
"colour",
"typography",
"spacing",
"icon",
"grid"
],
"homepage": "https://registry.origami.ft.com/components/o3-foundation",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o3-foundation,components",
"email": "origami.support@ft.com"
},
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"files": [
"cjs",
"esm",
"css",
"origami.json",
"package.json",
"README.md"
],
"scripts": {
"build": "bash ../../scripts/component/build-o3.bash o3-foundation"
},
"engines": {
"npm": ">7"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
},
"private": false
}