UNPKG

@micro-os-plus/micro-test-plus

Version:

A source code library with µTest++, a lightweight testing framework for embedded platforms

72 lines (71 loc) 2.3 kB
{ "name": "@micro-os-plus/micro-test-plus", "version": "4.1.1", "description": "A source code library with µTest++, a lightweight testing framework for embedded platforms", "repository": { "type": "git", "url": "git+https://github.com/micro-os-plus/micro-test-plus-xpack.git" }, "keywords": [ "xpack", "micro-os-plus", "c++", "testing", "framework" ], "author": { "name": "Liviu Ionescu", "email": "ilg@livius.net", "url": "https://github.com/ilg-ul" }, "license": "MIT", "bugs": { "url": "https://github.com/micro-os-plus/micro-test-plus-xpack/issues" }, "homepage": "https://micro-os-plus.github.io/micro-test-plus-xpack/", "homepagePreview": "https://micro-os-plus.github.io/micro-test-plus-xpack-webpreview/", "$dependenciesUrls": { "del-cli": "https://www.npmjs.com/package/del-cli", "json": "https://www.npmjs.com/package/json", "liquidjs": "https://www.npmjs.com/package/liquidjs" }, "dependencies": {}, "devDependencies": { "@xpack/npm-packages-helper": "github:xpack/npm-packages-helper", "del-cli": "^7.0.0", "json": "^11.0.0", "liquidjs": "^10.25.0" }, "scripts": { "generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --micro-os-plus", "npm-install": "npm install", "npm-link-helpers": "npm link @xpack/npm-packages-helper", "npm-outdated": "npm outdated", "npm-ci": "npm ci", "npm-pack": "npm pack", "npm-link": "npm link", "git-log": "git log --pretty='%cd * %h %s' --date=short", "git-pull-helper": "git -C ${HOME}/Work/micro-os-plus/build-helper-xpack.git pull", "deep-clean": "del-cli node_modules package-lock.json *.tgz", "postversion": "git push origin --all && git push origin --tags" }, "xpack": { "minimumXpmRequired": "0.20.8", "devDependencies": { "@xpack-dev-tools/clang": "21.1.8-1.1" }, "actions": { "clang-format": "bash scripts/clang-format.sh", "cmake-format": "bash scripts/cmake-format.sh" } }, "topConfig": { "descriptiveName": "µTest++ Testing Framework", "permalinkName": "micro-test-plus", "useDoxygen": "true", "hasObjectLibrary": "true" }, "engines": { "node": ">=20.0" } }