package.json 448 B

12345678910111213141516171819
  1. {
  2. "name": "tmpl",
  3. "description": "JavaScript micro templates.",
  4. "version": "1.0.5",
  5. "license": "BSD-3-Clause",
  6. "homepage": "https://github.com/daaku/nodejs-tmpl",
  7. "author": "Naitik Shah <n@daaku.org>",
  8. "main": "lib/tmpl",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/daaku/nodejs-tmpl"
  12. },
  13. "scripts": {
  14. "test": "NODE_PATH=./lib mocha --ui exports"
  15. },
  16. "devDependencies": {
  17. "mocha": "^9.1.1"
  18. }
  19. }