@korziee/gopher
Version:
Provides a collection of utility methods and classes for creating a Gopher server in node.
35 lines (34 loc) • 870 B
JSON
{
"name": "@korziee/gopher",
"version": "0.0.0-beta.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"devDependencies": {
"@types/node": "^14.11.10",
"typedoc": "^0.17.0-3",
"typescript": "^4.0.3"
},
"description": "Provides a collection of utility methods and classes for creating a Gopher server in node.",
"directories": {
"test": "tests"
},
"dependencies": {
"chalk": "^4.1.0"
},
"scripts": {
"pre-publish": "yarn tsc && yarn generate-docs && yarn version",
"test": "echo \"Error: no test specified\" && exit 1",
"generate-docs": "yarn typedoc && ./scripts/docs.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/korziee/gopher/tree/master/packages/gopher"
},
"keywords": [
"gopher",
"utility",
"RFC1436"
],
"author": "Kory Porter",
"license": "ISC"
}