1 | {
|
2 | "name": "@analys/enum-structure-types",
|
3 | "version": "0.0.6",
|
4 | "description": "A debugging tool",
|
5 | "main": "dist/index.cjs.js",
|
6 | "module": "dist/index.esm.js",
|
7 | "files": [
|
8 | "dist"
|
9 | ],
|
10 | "publishConfig": {
|
11 | "access": "public"
|
12 | },
|
13 | "scripts": {
|
14 | "pub": "npm publish",
|
15 | "test": "node -r @babel/register test/enum-structure-types.test.js"
|
16 | },
|
17 | "dependencies": {
|
18 | "@vect/vector-init": "^0.1.0",
|
19 | "@vect/vector-mapper": "^0.1.0",
|
20 | "@vect/vector-zipper": "^0.1.0"
|
21 | },
|
22 | "repository": {
|
23 | "type": "git",
|
24 | "url": "git+https://github.com/hoyeungw/vect.git"
|
25 | },
|
26 | "keywords": [
|
27 | "array",
|
28 | "vector",
|
29 | "matrix",
|
30 | "object"
|
31 | ],
|
32 | "author": "Hoyeung Wong",
|
33 | "license": "MIT",
|
34 | "bugs": {
|
35 | "url": "https://github.com/hoyeungw/vect"
|
36 | },
|
37 | "homepage": "https://github.com/hoyeungw/vect#readme",
|
38 | "gitHead": "da89dedc11be9083518415ed438d6bd21bfaf910"
|
39 | }
|