UNPKG

@bemedev/core-color

Version:

Great NPM Library

99 lines (98 loc) 2.83 kB
{ "name": "@bemedev/core-color", "version": "0.1.3", "description": "Great NPM Library", "author": { "email": "bri_lvi@icloud.com", "name": "chlbri", "url": "https://bemedev.vercel.app" }, "repository": { "type": "git", "url": "//TODO: to define" }, "license": "MIT", "type": "module", "main": "lib/index.js", "maintainers": [ { "email": "bri_lvi@icloud.com", "name": "chlbri", "url": "https://bemedev.vercel.app" } ], "contributors": [], "typings": "lib/index.d.ts", "module": "lib/index.js", "keywords": [ "For", "creating", "new", "npm", "package" ], "files": [ "lib", "public" ], "engines": { "node": ">=20" }, "scripts": { "config": "pnpm install", "config:off": "pnpm run config --offline", "ci": "pnpm run config:off && pnpm run lint && pnpm run test && pnpm run build", "ci:online": "pnpm run config && pnpm run lint && pnpm run test && pnpm run build", "ci:admin": "pnpm run rm && pnpm run ci:online", "rollup": "rollup -c", "build": "rm -rf lib && pnpm run rollup", "rm": "rm -rf node_modules pnpm-lock.yaml", "rinit": "pnpm run rm && pnpm run config", "rinit:off": "pnpm run rm && pnpm run config:off", "test": "pnpm run test:coverage --no-coverage", "test:coverage": "vitest run --passWithNoTests", "test:watch": "vitest --passWithNoTests", "remove": "rm -rf lib node_modules pnpm-lock.yaml", "clean": "pnpm run remove && pnpm run config", "prettier": "prettier --write \"src/**/*.{ts,tsx}\"", "eslint": "eslint \"{src/**/*,App}.{ts,tsx}\"", "lint": "pnpm run prettier && pnpm run eslint --fix", "lint-watch": "onchange --await-write-finish 5500 \"**/*\" -- pnpm run lint", "prepublishOnly": "", "prepare": "husky" }, "devDependencies": { "@bemedev/fsf": "^0.7.0", "@bemedev/vitest-alias": "^0.0.2", "@bemedev/vitest-extended": "^0.3.1", "@rollup/plugin-terser": "^0.4.4", "@types/deep-diff": "^1.0.5", "@types/node": "^20.12.8", "@typescript-eslint/eslint-plugin": "^7.7.1", "@typescript-eslint/parser": "^7.7.1", "@vitest/coverage-v8": "^1.5.2", "@xstate/immer": "^0.3.3", "dequal": "^2.0.3", "esbuild": "^0.20.2", "eslint": "^8.57.0", "glob": "^10.3.12", "husky": "^9.0.11", "immer": "^10.0.4", "onchange": "^7.1.0", "prettier": "^3.2.5", "pretty-quick": "^4.0.0", "rollup": "^4.14.1", "rollup-plugin-tsc-alias": "^1.1.2", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.6.2", "typescript": "^5.4.4", "vitest": "^1.5.2", "xstate": "^4.38.3", "zod": "^3.23.6" }, "dependencies": { "@bemedev/core": "^0.0.4", "@bemedev/zod-extended": "^0.1.2", "hotscript": "^1.0.13" } }