Changeset View
Changeset View
Standalone View
Standalone View
modules/ecash-agora/package.json
| { | { | ||||
| "name": "ecash-agora", | "name": "ecash-agora", | ||||
| "version": "4.0.1", | "version": "4.0.2", | ||||
| "description": "Library for interacting with the eCash Agora protocol", | "description": "Library for interacting with the eCash Agora protocol", | ||||
| "main": "./dist/index.js", | "main": "./dist/index.js", | ||||
| "scripts": { | "scripts": { | ||||
| "build": "tsc && tsc -p ./tsconfig.build.json", | "build": "tsc && tsc -p ./tsconfig.build.json", | ||||
| "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", | ||||
| "junit": "npm run test --reporter mocha-junit-reporter" | "junit": "npm run test --reporter mocha-junit-reporter" | ||||
| Show All 39 Lines | |||||