mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
27 lines
501 B
JSON
27 lines
501 B
JSON
{
|
|
"name": "laf-testing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint . --fix --ext .ts --ext .js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.6.2",
|
|
"@types/jest": "^29.5.3",
|
|
"ts-jest": "^29.1.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"dotenv": "^16.3.1",
|
|
"mongodb": "^5.7.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js}": "eslint --fix"
|
|
}
|
|
}
|