UNPKG

@fimbul/ymir

Version:

Core library for the Fimbullinter project

39 lines (38 loc) 859 B
{ "name": "@fimbul/ymir", "version": "0.24.0", "description": "Core library for the Fimbullinter project", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/fimbullinter/wotan", "directory": "packages/ymir" }, "main": "src/index", "types": "src/index", "keywords": [ "wotan", "fimbullinter", "core" ], "author": "Klaus Meinhardt", "license": "Apache-2.0", "bugs": { "url": "https://github.com/fimbullinter/wotan/issues" }, "homepage": "https://github.com/fimbullinter/wotan#readme", "dependencies": { "inversify": "^5.0.0", "reflect-metadata": "^0.1.12", "tslib": "^2.0.0" }, "devDependencies": { "tsutils": "^3.5.0" }, "peerDependencies": { "tsutils": ">=2.29.0", "typescript": ">= 4.0.0 || >= 4.2.0-dev" } }