39 lines
863 B
JSON
39 lines
863 B
JSON
{
|
|
"name": "@lilith/content-engine-shared",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "lixbuild",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"hastscript": "^9.0.1",
|
|
"mdast-util-directive": "^3.1.0",
|
|
"remark-directive": "^4.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0",
|
|
"yaml": "^2.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/lix-configs": "^1.0.1",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/react": "^19.2.8",
|
|
"react": "^19.2.3",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|