mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-07 13:42:23 +02:00
* artifactSetVersion - add new artifact types & cleanup added: * dlang * golang * npm * pip * scala * add documentation update
16 lines
252 B
JSON
16 lines
252 B
JSON
{
|
|
"name": "sap-pipeline-test",
|
|
"version": "1.2.3",
|
|
"private": false,
|
|
"description": "package.json for testing",
|
|
"engines": {
|
|
"node": "6.x"
|
|
},
|
|
"dependencies": {
|
|
"apn": "1.7.8"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.4.1"
|
|
}
|
|
}
|