UNPKG

@aesthetic/system

Version:

Web based building blocks for the Aesthetic design system.

50 lines (49 loc) 1.08 kB
{ "name": "@aesthetic/system", "version": "0.9.10", "description": "Web based building blocks for the Aesthetic design system.", "keywords": [ "aesthetic", "design", "system", "language" ], "repository": { "type": "git", "url": "git@github.com:aesthetic-suite/framework.git", "directory": "packages/system" }, "author": "Miles Johnson", "license": "MIT", "main": "./lib/index.js", "module": "./esm/index.js", "types": "./dts/index.d.ts", "files": [ "dts/**/*.d.ts", "esm/**/*.{js,map}", "lib/**/*.{js,map}", "src/**/*.{ts,tsx,json}", "test.d.ts", "test.js" ], "sideEffects": false, "publishConfig": { "access": "public" }, "funding": { "type": "ko-fi", "url": "https://ko-fi.com/milesjohnson" }, "dependencies": { "@aesthetic/types": "^0.6.7", "@aesthetic/utils": "^0.8.4" }, "packemon": { "inputs": { "index": "src/index.ts", "test": "src/test.ts" }, "platform": "browser" }, "gitHead": "142e1b9c4213539bc41cdaae5e15a1f9b8bbae94" }