mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "@reactive-resume/schema",
|
|
"type": "commonjs",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"lint": "eslint --fix src",
|
|
"dev": "tsc -w",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.23.0",
|
|
"typescript": "^4.8.2"
|
|
}
|
|
}
|