UNPKG

1.48 kBJSONView Raw
1{
2 "name": "@palett/fluo-matrix",
3 "version": "0.9.13",
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 "@aryth/bound-matrix": "^0.6.1",
23 "@ject/oneself": "^0.0.17",
24 "@palett/convert": "^0.9.13",
25 "@palett/enum-colorant-modes": "^0.9.13",
26 "@palett/fluo-vector": "^0.9.13",
27 "@palett/presets": "^0.9.13",
28 "@palett/projector-factory": "^0.9.13",
29 "@typen/nullish": "^0.1.19",
30 "@vect/enum-matrix-directions": "^0.6.13",
31 "@vect/matrix": "^0.7.11",
32 "@vect/object-select": "^0.7.11",
33 "@vect/vector-mapper": "^0.7.11"
34 },
35 "devDependencies": {
36 "@texting/charset-fullwidth": "^0.1.4"
37 },
38 "repository": {
39 "type": "git",
40 "url": "git+https://github.com/hoyeungw/palett/fluo-matrix.git"
41 },
42 "keywords": [
43 "chalk",
44 "color"
45 ],
46 "author": {
47 "name": "Hoyeung Wong",
48 "email": "hoyeungw@outlook.com",
49 "url": "https://github.com/hoyeungw"
50 },
51 "license": "MIT",
52 "bugs": {
53 "url": "https://github.com/hoyeungw/palett/fluo-matrix"
54 },
55 "homepage": "https://github.com/hoyeungw/palett/fluo-matrix#readme",
56 "gitHead": "69458aa56a8ba480d95369549cad7e278b8acbbd"
57}