1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00
Files
sap-jenkins-library/integration/testdata/TestNpmIntegration/registryWithTwoModules/srv/package.json
2020-05-20 13:41:23 +02:00

10 lines
168 B
JSON

{
"name": "srv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"ci-build": "npm config get @sap:registry"
}
}