@spare/string
Version:
A debugging tool
41 lines • 846 B
JSON
{
"name": "@spare/string",
"version": "0.16.16",
"description": "A debugging tool",
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@spare/enum-chars": "^0.16.16",
"@spare/util": "^0.16.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadge/spare.git"
},
"keywords": [
"test",
"console",
"debug",
"print"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/gadge/spare"
},
"homepage": "https://github.com/gadge/spare#readme",
"gitHead": "013714aadebaa9af337026663bf023dd382725c7",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
}
}