UNPKG

859 BJSONView Raw
1{
2 "name": "@fimbul/ymir",
3 "version": "0.24.0",
4 "description": "Core library for the Fimbullinter project",
5 "publishConfig": {
6 "access": "public"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/fimbullinter/wotan",
11 "directory": "packages/ymir"
12 },
13 "main": "src/index",
14 "types": "src/index",
15 "keywords": [
16 "wotan",
17 "fimbullinter",
18 "core"
19 ],
20 "author": "Klaus Meinhardt",
21 "license": "Apache-2.0",
22 "bugs": {
23 "url": "https://github.com/fimbullinter/wotan/issues"
24 },
25 "homepage": "https://github.com/fimbullinter/wotan#readme",
26 "dependencies": {
27 "inversify": "^5.0.0",
28 "reflect-metadata": "^0.1.12",
29 "tslib": "^2.0.0"
30 },
31 "devDependencies": {
32 "tsutils": "^3.5.0"
33 },
34 "peerDependencies": {
35 "tsutils": ">=2.29.0",
36 "typescript": ">= 4.0.0 || >= 4.2.0-dev"
37 }
38}