{
    "name": "@robotical/ricjs-robotical-addons",
    "version": "1.2.8",
    "description": "JS/TS library for Robotical RIC Addons",
    "author": "Rob Dobson <rob@dobson.com>",
    "repository": {
        "type": "git",
        "url": "https://github.com/robotical/ricjs-robotical-addons.git"
    },
    "license": "MIT",
    "keywords": [
        "RIC",
        "Robotical",
        "robotics",
        "addons",
        "robot",
        "add-ons"
    ],
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "main": "./dist/main.js",
    "types": "./dist/main.d.ts",
    "scripts": {
        "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
        "test": "jest",
        "clean": "rm -rf dist build package",
        "ts-node": "ts-node",
        "docs": "typedoc --entryPoints src/main.ts",
        "build": "tsc -p tsconfig.json",
        "build-all": "npm run clean && npm run build"
    },
    "devDependencies": {
        "@types/jest": "^27.4.0",
        "@types/node": "^17.0.18",
        "@typescript-eslint/eslint-plugin": "^5.12.0",
        "@typescript-eslint/parser": "^5.12.0",
        "eslint": "^8.9.0",
        "jest": "^27.5.1",
        "ts-jest": "^27.1.3",
        "ts-node": "^10.5.0",
        "typedoc": "^0.22.11",
        "typescript": "^4.5.5"
    },
    "dependencies": {
        "@robotical/ricjs": "^1.16.2"
    }
}
