package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "figgy-pudding",
  3. "version": "3.5.1",
  4. "description": "Delicious, festive, cascading config/opts definitions",
  5. "main": "index.js",
  6. "files": [
  7. "*.js",
  8. "lib"
  9. ],
  10. "scripts": {
  11. "prerelease": "npm t",
  12. "postrelease": "npm publish && git push --follow-tags",
  13. "pretest": "standard",
  14. "release": "standard-version -s",
  15. "test": "tap -J --100 --coverage test/*.js",
  16. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  17. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  18. },
  19. "repository": "https://github.com/zkat/figgy-pudding",
  20. "keywords": [
  21. "config",
  22. "options",
  23. "yummy"
  24. ],
  25. "author": "Kat Marchán <kzm@sykosomatic.org>",
  26. "license": "ISC",
  27. "dependencies": {},
  28. "devDependencies": {
  29. "standard": "^11.0.1",
  30. "standard-version": "^4.4.0",
  31. "tap": "^12.0.1",
  32. "weallbehave": "^1.2.0",
  33. "weallcontribute": "^1.0.8"
  34. }
  35. }