LiteLoaderBDS-1.16.40/assets/plugins/lib/package.json
2023-03-03 10:18:21 -08:00

15 lines
285 B
JSON

{
"name": "llse-npm-helper",
"version": "1.0.0",
"description": "NPM tools for LLSE NodeJs backend",
"main": "index.js",
"scripts": {
"test": "exit"
},
"author": "LiteLDev",
"license": "AGPL-3.0-or-later",
"dependencies": {
"npm-js-interface": "^1.0.1"
}
}