mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-27 06:53:55 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
16
libs/hooks/package.json
Normal file
16
libs/hooks/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@reactive-resume/hooks",
|
||||
"version": "0.0.1",
|
||||
"private": false,
|
||||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user