{
    "name": "flexible-vector",
    "version": "1.3.0",
    "description": "Javascript vector library with flexible accessors",
    "keywords": [
        "Vector",
        "Operations",
        "Indexed",
        "Iterator"
    ],
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "files": [
        "lib/**/*"
    ],
    "scripts": {
        "test": "jest --watch",
        "watch": "tsc -w",
        "build": "tsc",
        "prepublish": "tsc"
    },
    "author": "",
    "license": "ISC",
    "repository": {
        "type": "git",
        "url": "https://github.com/nlcamarillo/vectorjs.git"
    },
    "homepage": "https://github.com/nlcamarillo/vectorjs#readme",
    "dependencies": {},
    "devDependencies": {
        "@types/jest": "^24.9.1",
        "jest": "^25.1.0",
        "ts-jest": "^25.0.0",
        "typescript": "^3.7.5"
    }
}
