npm has this concept of ecosystems, in theory it let's us query for packages that have a particular tag. All eyeglass modules will have a tag eyeglass-module. In theory, this would let sache automatically discover eyeglass modules and list them here. What information does sache need beyond what can be discovered from the package.json file?
npm has this concept of ecosystems, in theory it let's us query for packages that have a particular tag. All eyeglass modules will have a tag
eyeglass-module. In theory, this would let sache automatically discover eyeglass modules and list them here. What information does sache need beyond what can be discovered from the package.json file?