{
    "name": "display",
    "version": "0.2.0",
    "description": "The data display library used by Data-Forge Notebook",
    "main": "build/index.js",
    "types": "build/index.d.ts",
    "scripts": {
        "start": "node ./build/index.js",
        "start:dev": "nodemon",
        "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",
        "lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
        "pretest": "npm run lint",
        "t": "npm run test",
        "test": "jest",
        "tw": "npm run test:watch",
        "test:watch": "jest --watch"
    },
    "repository": {
        "type": "git",
        "url": "git+https://ashleydavis@github.com/data-forge-notebook/display.git"
    },
    "keywords": [],
    "author": "ashley@codecapers.com.au",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/data-forge-notebook/display/issues"
    },
    "homepage": "https://www.data-forge-notebook.com/",
    "dependencies": {},
    "devDependencies": {
        "@types/jest": "^26.0.20",
        "@types/node": "^14.14.25",
        "jest": "^26.6.3",
        "nodemon": "^2.0.7",
        "source-map-support": "0.5.19",
        "ts-jest": "^26.5.0",
        "ts-node": "^9.1.1",
        "tslint": "^6.1.3",
        "typescript": "^4.1.3"
    }
}
