11{
22 "name" : " @ibm-cloud/secrets-manager" ,
3- "version" : " 0.0.1 " ,
4- "description" : " Client library to use the IBM Cloud Secrets Manager" ,
3+ "version" : " 0.0.3 " ,
4+ "description" : " Client library for IBM Cloud Secrets Manager" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/IBM/secrets-manager-nodejs-sdk"
88 },
99 "keywords" : [
1010 " ibm" ,
11- " secrets" ,
1211 " secrets-manager"
1312 ],
1413 "author" : " IBM Corp." ,
1918 "tslint:check" : " tslint -p . -c ./tslint.json" ,
2019 "lint" : " npm run eslint:check && npm run tslint:check" ,
2120 "lint-fix" : " npm run eslint:fix && npm run tslint:fix" ,
22- "build" : " tsc" ,
23- "prepublishOnly" : " npm run build" ,
24- "postversion" : " tsc-publish --no-checks --dry-run" ,
2521 "jest" : " jest" ,
2622 "test" : " npm run build && npm run lint && jest test/" ,
2723 "test-unit" : " npm run build && jest test/unit/" ,
2824 "test-integration" : " npm run build && jest test/integration" ,
29- "test-unit-travis" : " jest --runInBand test/unit/" ,
30- "test-integration-travis" : " jest --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log" ,
3125 "report-coverage" : " codecov" ,
3226 "check-packages" : " installed-check -e -d -v" ,
33- "publishDist" : " cp package.json dist/ && cd dist && npm publish"
27+ "build" : " tsc" ,
28+ "prepublishOnly" : " npm run build" ,
29+ "postversion" : " tsc-publish --no-checks --dry-run" ,
30+ "publishDist" : " cp package.json dist/ && cd dist && npm publish --access public"
3431 },
3532 "license" : " Apache-2.0" ,
3633 "engines" : {
37- "node" : " >=10 .0.0"
34+ "node" : " >=12 .0.0"
3835 },
3936 "dependencies" : {
4037 "@types/node" : " ^12.0.8" ,
6865 ],
6966 "testEnvironment" : " node"
7067 }
71- }
68+ }
0 commit comments