This repository has been archived on 2022-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
2022-08-27 02:43:23 +00:00
|
|
|
{
|
2022-08-28 17:08:38 +00:00
|
|
|
"name": "@lumeweb/relay-plugin-core",
|
2022-08-27 02:43:23 +00:00
|
|
|
"type": "module",
|
|
|
|
"version": "0.1.0",
|
2022-08-28 16:31:22 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc && mv dist/index.js dist/core.js"
|
|
|
|
},
|
2022-08-27 02:43:23 +00:00
|
|
|
"devDependencies": {
|
2022-08-29 03:59:15 +00:00
|
|
|
"@lumeweb/relay-types": "https://github.com/LumeWeb/relay-types.git"
|
2022-08-27 02:43:23 +00:00
|
|
|
}
|
|
|
|
}
|