11{
2- "private" : true ,
32 "name" : " @nosplatform/stake-transactions" ,
43 "description" : " Provides stake transactions for Ark Core" ,
54 "version" : " 0.0.2" ,
1211 " dist"
1312 ],
1413 "scripts" : {
15- "prepublishOnly" : " yarn test && yarn build" ,
14+ "prepublishOnly" : " yarn build" ,
1615 "pretest" : " yarn lint && yarn build" ,
1716 "compile" : " ../../node_modules/typescript/bin/tsc" ,
1817 "build" : " yarn clean && yarn compile" ,
1918 "build:watch" : " yarn clean && yarn compile -w" ,
2019 "clean" : " del dist" ,
2120 "docs" : " ../../node_modules/typedoc/bin/typedoc src --out docs" ,
2221 "lint" : " ../../node_modules/tslint/bin/tslint -c ./tslint.json 'src/**/*.ts' '__tests__/**/*.ts' --fix" ,
23- "test" : " cross-env CORE_ENV=test jest --runInBand --forceExit" ,
22+ "test" : " cross-env CORE_ENV=test jest --runInBand --forceExit --passWithNoTests " ,
2423 "test:coverage" : " cross-env CORE_ENV=test jest --coverage --coveragePathIgnorePatterns='/(defaults.ts|index.ts)$' --runInBand --forceExit" ,
2524 "test:debug" : " cross-env CORE_ENV=test node --inspect-brk ../../node_modules/.bin/jest --runInBand" ,
2625 "test:watch" : " cross-env CORE_ENV=test jest --runInBand --watch" ,
3130 "@arkecosystem/core-interfaces" : " ^2.6.0-next.7" ,
3231 "@arkecosystem/core-transactions" : " ^2.6.0-next.7" ,
3332 "@arkecosystem/crypto" : " ^2.6.0-next.7" ,
34- "@nosplatform/stake-transactions-crypto" : " ^0.0.1" ,
35- "@nosplatform/storage" : " ^0.0.2" ,
36- "redis" : " ^2.8.0" ,
37- "handy-redis" : " ^1.7.0"
33+ "@nosplatform/stake-transactions-crypto" : " ^0.1.0-alpha.3" ,
34+ "handy-redis" : " ^1.7.0" ,
35+ "redis" : " ^2.8.0"
3836 },
3937 "devDependencies" : {
4038 "@sindresorhus/tsconfig" : " ^0.5.0" ,
4644 "jest-extended" : " ^0.11.2" ,
4745 "npm-check-updates" : " ^3.1.0" ,
4846 "regenerator-runtime" : " ^0.13.0" ,
49- "ts-jest" : " ^24.0.2 " ,
47+ "ts-jest" : " ^24.3.0 " ,
5048 "tslint" : " ^5.12.0" ,
5149 "tslint-config-prettier" : " ^1.17.0" ,
5250 "typedoc" : " ^0.15.0" ,
5351 "typescript" : " ^3.2.4"
5452 },
53+ "publishConfig" : {
54+ "access" : " public"
55+ },
5556 "jest" : {
56- "preset" : " ../../jest-preset.json"
57+ "transform" : {
58+ "^.+\\ .tsx?$" : " ts-jest"
59+ }
5760 }
58- }
61+ }
0 commit comments