{ "name": "jsste-examples", "version": "1.0.0", "description": "", "main": "examples\\example1.js", "directories": { "example": "examples" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node examples/example1.js" }, "repository": { "type": "git", "url": "git+https://github.com/lucaspalomodevelop/JSSTE-examples.git" }, "author": "Lucas Palomo Lauterbach", "license": "GPL-3.0", "bugs": { "url": "https://github.com/lucaspalomodevelop/JSSTE-examples/issues" }, "homepage": "https://github.com/lucaspalomodevelop/JSSTE-examples#readme", "dependencies": { "body-parser": "^1.20.1", "express": "^4.18.2", "jsste": "^1.3.3", "urldecode": "^1.0.1" } }