package.json 139 Bytes
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5 6 7 8
{
  "name": "test-package",
  "version": "0.0.0",
  "main": "index.js",
  "dependencies": {
    "test-package-with-one-dep": "0.0.0"
  }
}