UNPKG

teddy

Version:

🧸 Teddy is the most readable and easy to learn templating language there is!

98 lines (97 loc) • 2.72 kB
{ "name": "teddy", "description": "🧸 Teddy is the most readable and easy to learn templating language there is!", "author": "Roosevelt Framework Team <rooseveltframework@gmail.com>", "contributors": [ { "name": "Contributors", "url": "https://github.com/rooseveltframework/teddy/graphs/contributors" } ], "version": "1.1.3", "files": [ "dist" ], "type": "module", "exports": { ".": { "import": "./dist/teddy.mjs", "require": "./dist/teddy.cjs" }, "./client": { "import": "./dist/teddy.client.mjs", "require": "./dist/teddy.client.cjs" }, "./client/min": { "import": "./dist/teddy.min.mjs" } }, "homepage": "https://github.com/rooseveltframework/teddy", "license": "CC-BY-4.0", "main": "dist/teddy.js", "readmeFilename": "README.md", "engines": { "node": ">=18.0.0" }, "dependencies": { "cheerio": "1.0.0" }, "devDependencies": { "@jsdevtools/coverage-istanbul-loader": "3.0.5", "@playwright/test": "1.51.1", "c8": "10.1.3", "cross-env": "7.0.3", "eslint": "9.24.0", "eslint-plugin-html": "8.1.2", "eslint-plugin-mocha": "10.5.0", "mocha": "11.1.0", "nyc": "17.1.0", "standard": "17.1.2", "terser-webpack-plugin": "5.3.14", "webpack": "5.99.5", "webpack-cli": "6.0.1" }, "standard": { "ignore": [ "test/client.js" ] }, "c8": { "exclude": [ "dist/**", "test/**", "playwright.config.js" ], "reporter": [ "text", "lcov" ] }, "scripts": { "build": "webpack", "coverage": "npm run coverage-server && npm run coverage-client", "coverage-server": "npm run build && cross-env NODE_ENV=cover c8 mocha --timeout 60000 test/loaders/mocha.js", "coverage-client": "npm run build -- --env coverage && nyc playwright test && npm run build", "lint": "standard && eslint ./test && standard --plugin html *.html", "lint-fix": "standard --fix && eslint ./test && standard --plugin html *.html --fix", "test": "npm run test-server && npm run test-client", "t": "npm run test-server && npm run test-client", "test-client": "npm run build && playwright test", "test-server": "npm run build && cross-env NODE_ENV=test mocha --timeout 60000 test/loaders/mocha.js", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git://github.com/rooseveltframework/teddy.git" }, "keywords": [ "teddy.js", "node.js", "teddy", "template", "view" ], "_from": "teddy@*", "gitHead": "1dbbc4c73d7c8878cbe7fc0ba527c91018b4cea7", "funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6" }