package.json 403 B

12345678910111213141516
  1. {
  2. "name": "lament-configuration",
  3. "version": "1.0.0",
  4. "main": "js/index.js",
  5. "repository": "gogs@git.infinitenegativeutility.com:getty/lament-configuration",
  6. "author": "Getty Ritter <gettylefou@gmail.com>",
  7. "license": "MIT",
  8. "devDependencies": {
  9. "webpack": "^5.14.0",
  10. "webpack-cli": "^4.3.1"
  11. },
  12. "dependencies": {
  13. "@yaireo/tagify": "^3.22.0",
  14. "cash-dom": "^8.1.0"
  15. }
  16. }