2022-05-16 01:14:56 +01:00
|
|
|
{
|
|
|
|
"name": "@catppuccin/palette",
|
2022-06-13 07:48:36 +01:00
|
|
|
"version": "0.1.5",
|
2022-05-16 01:14:56 +01:00
|
|
|
"description": "Soothing pastel themes for the high-spirited!",
|
2022-06-13 07:48:36 +01:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
2022-06-09 08:59:47 +01:00
|
|
|
"exports": {
|
2022-06-13 07:48:36 +01:00
|
|
|
".": {
|
|
|
|
"require": "./dist/index.cjs",
|
|
|
|
"import": "./dist/index.mjs"
|
|
|
|
},
|
2022-06-09 08:59:47 +01:00
|
|
|
"./style": "./css/catppuccin.css"
|
|
|
|
},
|
2022-05-16 01:14:56 +01:00
|
|
|
"scripts": {
|
2022-06-13 07:48:36 +01:00
|
|
|
"test": "ava",
|
|
|
|
"build": "node esbuild.js",
|
|
|
|
"prepublishOnly": "npm run build"
|
2022-05-16 01:14:56 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"css/",
|
2022-06-13 07:48:36 +01:00
|
|
|
"dist/index.cjs",
|
|
|
|
"dist/index.mjs",
|
2022-05-21 21:34:27 +01:00
|
|
|
"index.d.ts"
|
2022-05-16 01:14:56 +01:00
|
|
|
],
|
2022-05-21 21:34:27 +01:00
|
|
|
"types": "index.d.ts",
|
2022-05-16 01:14:56 +01:00
|
|
|
"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",
|
|
|
|
"devDependencies": {
|
2022-06-13 07:48:36 +01:00
|
|
|
"ava": "^4.2.0",
|
|
|
|
"esbuild": "^0.14.42"
|
2022-05-16 01:14:56 +01:00
|
|
|
}
|
|
|
|
}
|