11{
2- "name" : " @bitgo/enclaved-express" ,
2+ "name" : " @bitgo/enclaved-bitgo- express" ,
33 "version" : " 1.0.0" ,
44 "description" : " BitGo Enclaved Express - Secure enclave for BitGo signing operations with mTLS" ,
55 "main" : " ./dist/src/index.js" ,
66 "types" : " ./dist/src/index.d.ts" ,
77 "bin" : {
8- "enclaved-express" : " ./bin/enclaved-express"
8+ "enclaved-bitgo- express" : " ./bin/enclaved-bitgo -express"
99 },
1010 "scripts" : {
11- "start" : " node bin/enclaved-express" ,
12- "build" : " yarn tsc --build --incremental --verbose ." ,
11+ "start" : " node bin/enclaved-bitgo- express" ,
12+ "build" : " yarn tsc --build --incremental --verbose . && cp package.json dist/ " ,
1313 "test" : " jest" ,
1414 "lint" : " eslint --quiet ." ,
1515 "generate-test-ssl" : " openssl req -x509 -newkey rsa:2048 -keyout test-ssl-key.pem -out test-ssl-cert.pem -days 365 -nodes -subj '/CN=localhost'"
1616 },
1717 "dependencies" : {
18- "@bitgo/abstract-lightning" : " ^4.2.3" ,
19- "@bitgo/sdk-core" : " ^32.2.0" ,
20- "@bitgo/utxo-lib" : " ^11.3.0" ,
21- "@types/proxyquire" : " ^1.3.31" ,
22- "argparse" : " ^1.0.10" ,
23- "bitgo" : " ^43.2.0" ,
2418 "body-parser" : " ^1.20.3" ,
2519 "connect-timeout" : " ^1.9.0" ,
2620 "debug" : " ^3.1.0" ,
27- "dotenv" : " ^16.0.0" ,
2821 "express" : " 4.17.3" ,
29- "io-ts" : " npm:@bitgo-forks/io-ts@2.1.4" ,
3022 "lodash" : " ^4.17.20" ,
31- "morgan" : " ^1.9.1" ,
32- "proxy-agent" : " 6.4.0" ,
33- "proxyquire" : " ^2.1.3" ,
34- "superagent" : " ^9.0.1"
23+ "morgan" : " ^1.9.1"
3524 },
3625 "devDependencies" : {
37- "@bitgo/public-types" : " 4.17.0" ,
38- "@bitgo/sdk-lib-mpc" : " ^10.2.0" ,
39- "@bitgo/sdk-test" : " ^8.0.81" ,
40- "@types/argparse" : " ^1.0.36" ,
4126 "@types/body-parser" : " ^1.17.0" ,
27+ "@types/connect-timeout" : " ^1.9.0" ,
4228 "@types/express" : " 4.17.13" ,
4329 "@types/lodash" : " ^4.14.121" ,
4430 "@types/morgan" : " ^1.7.35" ,
5238 "should-sinon" : " ^0.0.6" ,
5339 "sinon" : " ^13.0.1" ,
5440 "supertest" : " ^4.0.2" ,
55- "supertest-as-promised" : " 1.0.0" ,
5641 "typescript" : " ^4.2.4"
5742 },
5843 "engines" : {
5944 "node" : " >=14"
6045 }
61- }
46+ }
0 commit comments