54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@dangerousthings/web",
|
|
"version": "0.3.0",
|
|
"description": "Web CSS theme for the Dangerous Things design system — bevels, glows, form styles",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Dangerous Things",
|
|
"email": "info@dangerousthings.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dangerous-tac0s/dt-design-system.git",
|
|
"directory": "packages/web"
|
|
},
|
|
"homepage": "https://github.com/dangerous-tac0s/dt-design-system#readme",
|
|
"keywords": [
|
|
"dangerousthings",
|
|
"design-system",
|
|
"css",
|
|
"theming",
|
|
"bevels",
|
|
"cyberpunk"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"type": "module",
|
|
"main": "dist/index.css",
|
|
"exports": {
|
|
".": "./dist/index.css",
|
|
"./tokens/*": "./dist/tokens/*",
|
|
"./components/*": "./dist/components/*",
|
|
"./fonts/*": "./dist/fonts/*",
|
|
"./theme-registry": {
|
|
"types": "./dist/theme-registry.d.ts",
|
|
"import": "./dist/theme-registry.js",
|
|
"default": "./dist/theme-registry.js"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "node scripts/build.cjs",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@dangerousthings/tokens": "*"
|
|
}
|
|
}
|