@aesthetic/design-systems
Version:
Collection of design systems, including Aesthetic's.
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "@aesthetic/design-systems",
"version": "0.1.6",
"description": "Collection of design systems, including Aesthetic's.",
"keywords": [
"aesthetic",
"design",
"systems"
],
"repository": {
"type": "git",
"url": "git@github.com:aesthetic-suite/framework.git",
"directory": "packages/design-systems"
},
"author": "Miles Johnson",
"license": "MIT",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
"files": [
"aesthetic.d.ts",
"aesthetic.js",
"dts/**/*.d.ts",
"esm/**/*.{js,map}",
"lib/**/*.{js,map}",
"material.d.ts",
"material.js",
"src/**/*.{ts,tsx,json}"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/milesjohnson"
},
"peerDependencies": {
"@aesthetic/core": "*"
},
"packemon": {
"bundle": false,
"platform": "browser"
},
"gitHead": "33c8998a9a1c76b5545f6a777a053063c4d1db52"
}