{
    "name": "plot",
    "version": "1.0.22",
    "description": "The simplest plotting API for JavaScript and TypeScript.",
    "main": "build/index.js",
    "types": "build/index.d.ts",
    "scripts": {
        "c": "npm run clean",
        "clean": "rm -rf build/*",
        "b": "npm run build",
        "build": "tsc --incremental",
        "bw": "npm run build:watch",
        "build:watch": "tsc --incremental --watch",
        "prepublishOnly": "npm test && npm run clean && tsc",
        "p": "npm run publish",
        "t": "npm run test",
        "test": "jest --runInBand",
        "tw": "npm run test:watch",
        "test:watch": "jest --watch --runInBand",
        "postinstall": "node postinstall.js || echo \"ignore\"",
        "docs": "tsc && api-extractor run --local"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/data-forge-notebook/plot.git"
    },
    "keywords": [
        "javascript",
        "typescript",
        "plot",
        "data",
        "visualization",
        "visualisation",
        "analysis"
    ],
    "author": "ashley@codecapers.com.au",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/data-forge-notebook/plot/issues"
    },
    "homepage": "https://github.com/data-forge-notebook/plot#readme",
    "dependencies": {
        "@plotex/chart-def": "^1.0.21",
        "@plotex/serialization": "^1.0.11",
        "typy": "3.0.1"
    },
    "devDependencies": {
        "@microsoft/api-extractor": "^7.12.1",
        "@types/jest": "^26.0.20",
        "@types/node": "^14.14.20",
        "@types/numeral": "0.0.29",
        "jest": "^26.6.3",
        "ts-jest": "^26.4.4",
        "ts-node": "^9.1.1",
        "typescript": "^4.1.3"
    }
}
