@analys/enum-tabular-types
Version:
Enums for analys toolkit
37 lines • 793 B
JSON
{
"name": "@analys/enum-tabular-types",
"version": "0.7.5",
"description": "Enums for analys toolkit",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/vect.git"
},
"keywords": [
"array",
"vector",
"matrix",
"object"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/vect"
},
"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "25741a60101aa28261133de365bcfd032cb351de",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/enum-tabular-types.test.js"
}
}