Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "goss", | ||
"version": "0.1.2", | ||
"description": "An package util library for glow-opensource", | ||
"bin": { | ||
"goss": "./src/bin.js" | ||
}, | ||
"type": "commonjs", | ||
"repository": "https://github.com/Glow-OpenSource/goss", | ||
"author": "Googlefan256 (https://opensource.glow-bot.com/)", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"lint": "prettier --write \"**/**.(ts|js|json|tsx|jsx)\"" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.6.2" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.2" | ||
}, | ||
"files": ["src/"] | ||
"name": "goss", | ||
"version": "0.1.3", | ||
"description": "An package util library for glow-opensource", | ||
"bin": { | ||
"goss": "./src/bin.js" | ||
}, | ||
"type": "commonjs", | ||
"repository": "https://github.com/Glow-OpenSource/goss", | ||
"author": "Googlefan256 (https://opensource.glow-bot.com/)", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"lint": "prettier --write \"**/**.(ts|js|json|tsx|jsx)\"" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.6.2" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.2" | ||
}, | ||
"files": [ | ||
"src/" | ||
] | ||
} |
@@ -12,3 +12,4 @@ function cmds() { | ||
version: "Shows the version", | ||
info: "Shows some info" | ||
info: "Shows some info", | ||
import: "Create an mjs&cjs importer endpoint", | ||
}; | ||
@@ -15,0 +16,0 @@ } |
8644
18
260
18