@elf-framework/color
Version:
Fantastic Color library
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "@elf-framework/color",
"version": "0.0.267",
"description": "Fantastic Color library",
"types": "./index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"main": "./dist/color.umd.js",
"module": "./dist/color.es.js",
"exports": {
".": {
"import": "./dist/color.es.js",
"require": "./dist/color.umd.js"
}
},
"devDependencies": {
"vite": "^4.0.4",
"vitest": "0.26.3"
},
"scripts": {
"npm-check": "npx npm-check-updates -u",
"vite:dist": "vite build --config=vite.dist.config.js",
"watch": "vite build --config=vite.dist.config.js --watch",
"ui:watch": "npm run watch",
"build": "npm run vite:dist",
"test": "vitest",
"coverage": "vitest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easylogic/editor.git"
},
"keywords": [
"CSS",
"CODE",
"Editor",
"Path",
"SVG"
],
"author": "easylogic",
"license": "MIT",
"bugs": {
"url": "https://github.com/easylogic/editor/issues"
},
"homepage": "https://editor.easylogic.studio/"
}