{
    "name": "@yidingdian/core",
    "version": "0.9.2-custom.2",
    "description": "W3C Web of Things (WoT) Servient framework",
    "author": "yidingdian <iadom@163.com>",
    "license": "EPL-2.0 OR W3C-20150513",
    "repository": "https://github.com/yidingdian/m-node-wot/tree/master/packages/core",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist/",
        "src/"
    ],
    "main": "dist/core.js",
    "types": "dist/core.d.ts",
    "devDependencies": {
        "@types/content-type": "^1.1.8",
        "@types/debug": "^4.1.7",
        "@types/uritemplate": "^0.3.4",
        "@types/uuid": "^8.3.1"
    },
    "dependencies": {
        "@petamoriken/float16": "^3.1.1",
        "@thingweb/thing-model": "^1.0.4",
        "ajv": "^8.11.0",
        "ajv-formats": "^2.1.1",
        "cbor": "^8.1.0",
        "content-type": "^1.0.5",
        "debug": "^4.3.4",
        "is-absolute-url": "3.0.3",
        "rxjs": "^5.5.11",
        "uritemplate": "0.3.4",
        "url-toolkit": "2.1.6",
        "uuid": "^7.0.3",
        "web-streams-polyfill": "^4.0.0",
        "wot-thing-description-types": "^1.1.0-12-March-2025"
    },
    "scripts": {
        "build": "tsc -b",
        "lint": "eslint .",
        "lint:fix": "eslint . --fix",
        "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"**/*.json\"",
        "test": "mocha --require ts-node/register --extension ts"
    },
    "bugs": {
        "url": "https://github.com/yidingdian/m-node-wot/issues"
    },
    "homepage": "https://github.com/yidingdian/m-node-wot/tree/master/packages/core#readme",
    "directories": {
        "test": "test"
    },
    "keywords": [],
    "eslintConfig": {
        "extends": "../../.eslintrc.js"
    }
}
