net-textarea
Version:
A Node.js CLI tool designed for easy text editing over the network. Runs directly with npx, no installation required.
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "net-textarea",
"version": "1.1.0",
"description": "A Node.js CLI tool designed for easy text editing over the network. Runs directly with npx, no installation required.",
"keywords": [
"cli",
"npx",
"network",
"textarea",
"text",
"share",
"cross-platform",
"lightweight",
"no-install",
"command-line",
"net-textarea"
],
"author": {
"name": "Beeno Tung",
"email": "aabbcc1241@yahoo.com.hk",
"url": "https://beeno-tung.surge.sh"
},
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/beenotung/net-textarea.git"
},
"homepage": "https://github.com/beenotung/net-textarea#readme",
"bugs": {
"url": "https://github.com/beenotung/net-textarea/issues"
},
"bin": {
"net-textarea": "cli.js"
},
"files": [
"server.js"
],
"scripts": {
"start": "ts-node-dev server.ts",
"test": "tsc --noEmit",
"build": "tsc -p ."
},
"dependencies": {
"express": "^4.18.2",
"listening-on": "^2.0.9"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.6.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
}
}