UNPKG

@a11d/metadata

Version:

A set of behavior-less metadata decorators.

38 lines (37 loc) 762 B
{ "name": "@a11d/metadata", "version": "0.2.0", "description": "A set of behavior-less metadata decorators.", "repository": { "type": "git", "url": "git+https://github.com/a11delavar/lit-application.git" }, "keywords": [ "metadata", "decorator", "attribute", "reflect", "reflect-metadata" ], "author": "a11delavar", "license": "MIT", "bugs": { "url": "https://github.com/a11delavar/lit-application/issues" }, "homepage": "https://github.com/a11delavar/lit-application#readme", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc" }, "dependencies": { "tslib": "x", "reflect-metadata": "0.x", "@a11d/key-path": "2.x", "@a11d/constructor": "x" } }