mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
wip
This commit is contained in:

committed by
Geoff Seemueller

parent
21d6c8604e
commit
554096abb2
25
packages/schema/package.json
Normal file
25
packages/schema/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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": "^6.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user