This commit is contained in:
elex
2020-04-20 12:39:40 +09:00
commit b4c46884e6
3 changed files with 37 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@elex/loggings",
"version": "0.0.2",
"description": "Loggings",
"main": "loggings.js",
"scripts": {
"test": "node loggings-test.js"
},
"keywords": [
"loggings"
],
"author": "Elex",
"license": "Elex",
"publishConfig": {
"registry": "https://repository.elex-project.com/repository/npm-personal/"
}
}