nodejs-packaging/test/symlinked/package.json.in
Andrei Radchenko fcfb79fa36 Add test case for symlinked dependencies bug fix
- added test/symlinked scenario
- verifies nodejs.req correctly generates requirements for symlinked deps
- added mock 'external' packages to support this test
2025-10-14 15:08:14 +02:00

12 lines
179 B
JSON

{
"name": "test",
"version": "1.0.0",
"engines": {
"node": ">=6"
},
"dependencies": {
"test300": "^1.0.0",
"test301": "^2.0.0",
"test302": "^1.5.0"
}
}