UNPKG

@accordproject/concerto-util

Version:

Utilities for Concerto Modeling Language

80 lines (79 loc) 2.09 kB
{ "name": "@accordproject/concerto-util", "version": "3.22.0", "description": "Utilities for Concerto Modeling Language", "homepage": "https://github.com/accordproject/concerto", "engines": { "node": ">=18", "npm": ">=10" }, "main": "index.js", "browser": "dist/concerto-util.js", "typings": "types/index.d.ts", "scripts": { "prepublishOnly": "npm run webpack", "pretest": "npm run lint && npm run doc", "lint": "eslint .", "doc": "jsdoc --pedantic --recurse -c jsdoc.json", "test": "nyc mocha --recursive -t 10000", "test:watch": "nyc mocha --watch --recursive -t 10000", "mocha": "mocha --recursive -t 10000", "nyc": "nyc mocha --recursive -t 10000", "build": "npm run build:types", "postbuild": "npm run webpack", "webpack": "webpack --config webpack.config.js --mode production", "build:types": "tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types" }, "repository": { "type": "git", "url": "https://github.com/accordproject/concerto.git", "directory": "packages/concerto-util" }, "keywords": [ "blockchain", "hyperledger", "solutions" ], "author": "accordproject.org", "license": "Apache-2.0", "devDependencies": { "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-things": "0.2.0", "eslint": "8.57.1", "jsdoc": "^4.0.4", "mocha": "10.8.2", "node-polyfill-webpack-plugin": "4.0.0", "nyc": "17.1.0", "tmp-promise": "3.0.3", "typescript": "5.7.2", "undici": "^7.0.0", "webpack": "5.96.1", "sinon": "19.0.2" }, "dependencies": { "@supercharge/promise-pool": "1.7.0", "debug": "4.3.7", "slash": "3.0.0" }, "browserslist": "> 0.25%, not dead", "nyc": { "produce-source-map": "true", "sourceMap": "inline", "reporter": [ "lcov", "text-summary", "html", "json" ], "include": [ "lib/**/*.js" ], "all": true, "check-coverage": true, "statements": 99, "branches": 93, "functions": 98, "lines": 99 } }