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