UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@palett/dye",
3 "version": "0.11.1",
4 "description": "A colorant to string",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/test.index.js",
19 "test-jest": "jest"
20 },
21 "dependencies": {
22 "@ject/oneself": "^0.0.17",
23 "@palett/enum-ansi-codes": "^0.11.1",
24 "@palett/enum-color-space": "^0.11.1",
25 "@palett/enum-font-effects": "^0.11.1",
26 "@palett/util-ansi": "^0.11.1"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/hoyeungw/palett/dye.git"
31 },
32 "keywords": [
33 "chalk",
34 "color"
35 ],
36 "author": {
37 "name": "Hoyeung Wong",
38 "email": "hoyeungw@outlook.com",
39 "url": "https://github.com/hoyeungw"
40 },
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/hoyeungw/palett/dye"
44 },
45 "homepage": "https://github.com/hoyeungw/palett/dye#readme",
46 "gitHead": "844636436165b813bf36c01c3427a8301e9383a5"
47}