15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"name": "dto",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"dependencies": {
|
|
"class-transformer": "^0.5.1",
|
|
"class-validator": "^0.13.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint \"src/**/*.ts\" && tsc --no-emit",
|
|
"lint-fix": "eslint \"src/**/*.ts\" --fix"
|
|
}
|
|
}
|