18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "ecstest1",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "DevEhChad",
|
|
"license": "MIT",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@fluxerjs/core": "^1.2.2",
|
|
"dotenv": "^17.3.1"
|
|
}
|
|
}
|