16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "chomens-database-migrator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "migrator.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"node-sql-parser": "^5.3.11"
|
|
}
|
|
}
|