UNPKG

sgapps-server

Version:
70 lines (69 loc) 3.11 kB
{ "name": "sgapps-server", "version": "0.1.0", "description": "SGApps Network Server", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "docs": "rm -rf ./documentation/* ; jsdoc -c jsdoc.json ; ", "docs-dictionary": "jsdoc -c jsdoc.json -t node_modules/tsd-jsdoc/dist -r -d . ; rm index.d.ts ; cat types.d.ts >> index.d.ts ; cat ./types/http.d.ts >> index.d.ts ; cat ./types/stream.d.ts >> index.d.ts ; cat ./types/net.d.ts >> index.d.ts ; cat ./types/events.d.ts >> index.d.ts ; cat ./types/fs.d.ts >> index.d.ts ;", "docs-dictionary-build": "jsdoc -c jsdoc.json -t node_modules/tsd-jsdoc/dist -r -d . ; rm index.d.ts ; cat ./types/_start.d.ts >> index.d.ts ; cat types.d.ts >> index.d.ts ; cat ./types/http.d.ts >> index.d.ts ; cat ./types/stream.d.ts >> index.d.ts ; cat ./types/net.d.ts >> index.d.ts ; cat ./types/events.d.ts >> index.d.ts ; cat ./types/_end.d.ts >> index.d.ts ; rm types.d.ts ;", "docs-dictionary-dev": "npm run docs-dictionary; while true; do find . -not -path './documentation' | entr -pd npm run docs-dictionary; done", "docs-dictionary-build-dev": "npm run docs-dictionary-build; while true; do find . -not -path './documentation' | entr -pd npm run docs-dictionary-build; done", "docs-dev": "npm run docs; while true; do find . -not -path './documentation' | entr -pd npm run docs; done", "docs-preview": "live-server --wait=2500 --no-browser documentation", "readme": "./node_modules/update-markdown-jsdoc/index.js -f ./prototypes -r readme.md -S -s API ; cat readme.md | sed -r 's/\\]\\(https\\:\\/\\/[^\\/]*@hub.sgapps.io\\/\\:/\\]\\(https\\:\\/\\/hub.sgapps.io\\//' | sed -r 's/(\\.js\\x23L[0-9]+)-L[0-9]+\\)/\\1)/' | tee readme.md", "version": "node ./resources/version.js --version ", "build": "npm run docs-dictionary-build ; npm run docs ; npm run readme ; npm run version " }, "repository": { "type": "git", "url": "https://labs.sgapps.io/open-source/sgapps-server.git" }, "keywords": [ "http server", "web server", "web application", "sgapps server", "http application", "node-mvc", "nodejs-mvc", "web framework", "application prototype", "sgapps", "map", "sgapps.io" ], "jshintConfig": { "bitwise": false, "freeze": false, "loopfunc": true, "laxbreak": true, "multistr": true, "-W002": true, "-W014": true, "-W032": true, "-W069": true, "-W104": true, "-W119": true }, "author": "Sergiu Gordienco <sergiu.gordienco@gmail.com> ( https://sgapps.io/about-us )", "license": "Apache-2.0", "bugs": { "url": "https://labs.sgapps.io/open-source/sgapps-server/issues" }, "homepage": "https://labs.sgapps.io/open-source/sgapps-server", "dependencies": { "application-prototype": "^1.25.14", "busboy": "0.3.1", "module-require": ">=1.4.2" }, "devDependencies": { "@types/node": "^14.10.1", "docdash": "^1.2.0", "jsdoc": "^3.6.3", "tsd-jsdoc": "^2.4.0", "update-markdown-jsdoc": "^1.0.11" } }