{ "name": "jsste", "version": "1.1.1", "description": "A Javascript Static Template Emgine", "main": "src/index.js", "directories": { "test": "test" }, "files": [ "src", "package.json", "README.md", "LICENSE" ], "scripts": { "test": "mocha", "publish": "npm publish --access publish" }, "repository": { "type": "git", "url": "git+https://github.com/lucaspalomodevelop/JSSTE.git" }, "keywords": [ "engine", "templateengine" ], "author": "lucas palomo", "license": "GPL", "bugs": { "url": "https://github.com/lucaspalomodevelop/JSSTE/issues" }, "homepage": "https://github.com/lucaspalomodevelop/JSSTE#readme", "dependencies": { }, "engines": { "node": ">= 0.10.0" }, "devDependencies": { "assert": "^2.0.0", "chai": "^4.3.4", "mocha": "^8.4.0" } }