mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-14 03:15:11 +00:00
a8d2ea3d6d
Preperation for 3.0.0 Part of https://github.com/the-draupnir-project/planning/issues/102. For some dumb reason the CHANGELOG from mps was never added but ok.
33 lines
706 B
JSON
33 lines
706 B
JSON
{
|
|
"name": "@the-draupnir-project/matrix-basic-types",
|
|
"version": "1.5.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": {
|
|
"name": "Gnuxie",
|
|
"email": "Gnuxie@protonmail.com"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"url": "https://github.com/the-draupnir-project/Draupnir.git",
|
|
"type": "git"
|
|
},
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"lint": "eslint src && prettier src --check",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob-to-regexp": "^0.4.4",
|
|
"@types/node": "^24.12.0"
|
|
},
|
|
"dependencies": {
|
|
"@gnuxie/typescript-result": "^1.0.0",
|
|
"glob-to-regexp": "^0.4.1"
|
|
}
|
|
}
|