mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 14:11:38 +10:00
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"name": "@reactive-resume/schema",
|
|
"type": "commonjs",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.22.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|