@micro-os-plus/micro-test-plus
Version:
A source code library with µTest++, a lightweight testing framework for embedded platforms
69 lines (68 loc) • 2.19 kB
JSON
{
"name": "@micro-os-plus/micro-test-plus",
"version": "3.2.2",
"description": "A source code library with µTest++, a lightweight testing framework for embedded platforms",
"main": "",
"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 @xpack/docusaurus-template-liquid",
"npm-outdated": "npm outdated",
"npm-pack": "npm pack",
"npm-link": "npm link",
"npm-version-patch": "npm version patch",
"npm-version-minor": "npm version minor",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micro-os-plus/micro-test-plus-xpack.git"
},
"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/",
"keywords": [
"xpack",
"micro-os-plus",
"c++",
"testing",
"framework"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"dependencies": {},
"$devDependenciesUrls": [
"https://www.npmjs.com/package/del-cli",
"https://www.npmjs.com/package/json",
"https://www.npmjs.com/package/liquidjs"
],
"devDependencies": {
"del-cli": "^6.0.0",
"json": "^11.0.0",
"liquidjs": "^10.19.1"
},
"xpack": {
"minimumXpmRequired": "0.20.8",
"dependencies": {},
"devDependencies": {},
"properties": {},
"buildConfigurations": {}
},
"topConfig": {
"descriptiveName": "µTest++ Testing Framework",
"permalinkName": "micro-test-plus",
"useDoxygen": "true"
},
"engines": {
"node": " >=18.0.0"
}
}