mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [mobx-state-tree](https://github.com/mobxjs/mobx-state-tree) from 6.0.1 to 7.0.2. - [Release notes](https://github.com/mobxjs/mobx-state-tree/releases) - [Changelog](https://github.com/mobxjs/mobx-state-tree/blob/master/changelog.md) - [Commits](https://github.com/mobxjs/mobx-state-tree/compare/v6.0.1...v7.0.2) --- updated-dependencies: - dependency-name: mobx-state-tree dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
445 B
JSON
26 lines
445 B
JSON
{
|
|
"name": "@open-gsio/schema",
|
|
"version": "0.0.1",
|
|
"description": "Schema for open-gsio",
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2",
|
|
"mobx-state-tree": "^7.0.2"
|
|
}
|
|
}
|