{ "name": "squirrelly", "version": "7.9.2", "description": "Simple and powerful template engine that supports helpers, partials, filters, native code, and Express.", "main": "./dist/squirrelly.min.js", "module": "./dist/es/squirrelly.min.js", "homepage": "https://squirrelly.js.org", "sideEffects": false, "scripts": { "test": "./node_modules/.bin/standard 'src/*.js' && ./node_modules/.bin/mocha", "build": "./node_modules/.bin/rollup -c", "format": "./node_modules/.bin/standard --fix 'src/*.js'" }, "files": [ "dist/", "postinstall.js", "cli.js" ], "keywords": [ "template", "engine", "squirrelly", "html", "expressjs", "sqrl", "pug", "handlebars", "swig", "filters", "helpers" ], "author": "Ben Gubler (https://bengubler.com)", "license": "MIT", "bin": { "squirrelly": "cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/squirrellyjs/squirrelly.git" }, "bugs": { "url": "https://github.com/squirrellyjs/squirrelly/issues" }, "dependencies": {}, "devDependencies": { "mocha": "^5.1.1", "rollup": "^1.16.7", "rollup-plugin-terser": "^5.1.1", "standard": "^12.0.1" }, "standard": { "ignore": [ "test/*.js", "dist/*.js" ] }, "browser": { "fs": false } }