Changeset View
Changeset View
Standalone View
Standalone View
modules/ecash-lib/package.json
| { | { | ||||
| "name": "ecash-lib", | "name": "ecash-lib", | ||||
| "version": "4.3.1", | "version": "4.3.2", | ||||
| "description": "Library for eCash transaction building", | "description": "Library for eCash transaction building", | ||||
| "main": "./dist/indexNodeJs.js", | "main": "./dist/indexNodeJs.js", | ||||
| "browser": "./dist/indexBrowser.js", | "browser": "./dist/indexBrowser.js", | ||||
| "scripts": { | "scripts": { | ||||
| "build": "tsc && tsc -p ./tsconfig.build.json && cp -r ./src/ffi ./dist", | "build": "tsc && tsc -p ./tsconfig.build.json && cp -r ./src/ffi ./dist", | ||||
| "test": "mocha --import=tsx ./src/*.test.ts ./src/**/*.test.ts", | "test": "mocha --import=tsx ./src/*.test.ts ./src/**/*.test.ts", | ||||
| "integration-tests": "mocha --import=tsx ./tests/*.test.ts --timeout 60000", | "integration-tests": "mocha --import=tsx ./tests/*.test.ts --timeout 60000", | ||||
| "coverage": "nyc npm run test", | "coverage": "nyc npm run test", | ||||
| Show All 39 Lines | |||||