catppuccin-palette/package.json

73 lines
1.6 KiB
JSON
Raw Normal View History

{
2023-02-05 22:34:31 +01:00
"name": "@catppuccin/palette",
2023-04-02 06:08:25 +02:00
"version": "0.1.8",
2023-02-05 22:34:31 +01:00
"description": "Soothing pastel themes for the high-spirited!",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./style": "./css/catppuccin.css",
"./scss/*": "./scss/*",
"./less/*": "./less/*"
2023-02-05 22:34:31 +01:00
},
"scripts": {
"build:npm": "tsup",
"build:json": "jq -f porcelain.jq palette.json > palette-porcelain.json",
"build": "npm run build:npm && npm run build:json",
"prepublishOnly": "npm run build",
"release": "standard-version"
2023-02-05 22:34:31 +01:00
},
"files": [
"css/*",
"dist/*",
"scss/*.scss",
"less/*.less",
2023-02-05 22:34:31 +01:00
"index.d.ts"
],
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/catppuccin/palette.git"
},
"keywords": [
"pastel-colors",
"catppuccin",
"colors",
"theme",
"palette",
"soothing"
],
"publishConfig": {
"access": "public"
},
"author": "Catppuccin Org",
"license": "MIT",
"bugs": {
"url": "https://github.com/catppuccin/palette/issues"
},
"homepage": "https://github.com/catppuccin/palette#readme",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/catppuccin"
},
{
"type": "github",
"url": "https://github.com/sponsors/catppuccin"
}
],
"devDependencies": {
"ava": "^4.2.0",
"esbuild": "^0.14.42",
2023-04-30 22:35:31 +02:00
"procreate-swatches": "^0.1.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
2023-05-05 19:28:03 +02:00
"typescript": "^5.0.4",
"canvas": "^2.11.2"
2023-02-05 22:34:31 +01:00
}
}