{
    "name": "@node-wot/td-tools",
    "version": "0.9.0",
    "description": "W3C Web of Things (WoT) Thing Description parser, serializer, and other tools",
    "author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
    "license": "EPL-2.0 OR W3C-20150513",
    "repository": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/td-tools",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist/",
        "src/"
    ],
    "main": "dist/td-tools.js",
    "types": "dist/td-tools.d.ts",
    "dependencies": {
        "ajv": "^8.11.0",
        "ajv-formats": "^2.1.1",
        "debug": "^4.3.4",
        "is-absolute-url": "3.0.3",
        "json-placeholder-replacer": "^1.0.35",
        "url-toolkit": "2.1.6",
        "wot-thing-model-types": "1.1.0-09-November-2023",
        "wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
    },
    "scripts": {
        "build": "tsc -b && webpack",
        "test": "mocha --require ts-node/register --extension ts",
        "lint": "eslint .",
        "lint:fix": "eslint . --fix",
        "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"**/*.json\""
    },
    "bugs": {
        "url": "https://github.com/eclipse-thingweb/node-wot/issues"
    },
    "homepage": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/td-tools#readme",
    "directories": {
        "test": "test"
    },
    "keywords": []
}
