mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 13:35:31 +03:00
14 lines
227 B
JSON
14 lines
227 B
JSON
{
|
|
"name": "@affine/templates",
|
|
"private": true,
|
|
"sideEffect": false,
|
|
"version": "0.12.0",
|
|
"scripts": {
|
|
"postinstall": "node ./build.mjs"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./templates.gen.ts"
|
|
}
|
|
}
|