You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
378 B
20 lines
378 B
2 years ago
|
{
|
||
|
"name": "ds52-tp",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "src/index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"type": "module",
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"chalk": "^5.2.0",
|
||
|
"csv-string": "^4.1.1",
|
||
|
"deep-equal": "^2.2.0",
|
||
|
"mkdirp": "^2.1.5",
|
||
|
"mysql": "^2.18.1"
|
||
|
}
|
||
|
}
|