Skip to content
Snippets Groups Projects
Select Git revision
  • wip-cleanup
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • demo-file-handling
17 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 302 B
    {
      "name": "dbp-toolkit",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "private": true,
      "workspaces": [
        "packages/*"
      ],
      "scripts": {
        "test": "lerna run test"
      },
      "author": "",
      "license": "LGPL-2.1-or-later",
      "devDependencies": {
        "lerna": "^3.22.1"
      }
    }