@spare/string
Version:
A debugging tool
42 lines (41 loc) • 868 B
JSON
{
"name": "@spare/string",
"version": "0.13.11",
"description": "A debugging tool",
"main": "dist/index.cjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
},
"dependencies": {
"@spare/enum-chars": "^0.13.11",
"@spare/util": "^0.13.11"
},
"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": "4af2221a77981097b77090b501e717186a9d8166"
}