package.json 341 B

123456789101112
  1. {
  2. "name": "import-module",
  3. "version": "1.0.0",
  4. "description": "Less files to be included in node_modules directory for testing import from node_modules",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Rob Huzzey <robert.huzzey@holidayextras.com>",
  10. "license": "ISC"
  11. }