Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: https://gitea:3000/Thilawyn/reffuse/pulls/10
43 lines
899 B
JSON
43 lines
899 B
JSON
{
|
|
"name": "@reffuse/extension-lazyref",
|
|
"version": "0.1.3",
|
|
"type": "module",
|
|
"files": [
|
|
"./README.md",
|
|
"./dist"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git+https://github.com/Thiladev/reffuse.git"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./*": {
|
|
"types": "./dist/*.d.ts",
|
|
"default": "./dist/*.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint:tsc": "tsc --noEmit",
|
|
"pack": "npm pack",
|
|
"clean:cache": "rm -f tsconfig.tsbuildinfo",
|
|
"clean:dist": "rm -rf dist",
|
|
"clean:node": "rm -rf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"reffuse": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@typed/lazy-ref": "^0.3.0",
|
|
"@types/react": "^19.0.0",
|
|
"effect": "^3.13.0",
|
|
"react": "^19.0.0",
|
|
"reffuse": "^0.1.7"
|
|
}
|
|
}
|