UNPKG

813 BJSONView Raw
1{
2 "name": "@spare/string",
3 "version": "0.12.3",
4 "description": "A debugging tool",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/test.index.js"
16 },
17 "dependencies": {
18 "@spare/enum-chars": "^0.12.3",
19 "@spare/util": "^0.12.3"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/gadge/spare.git"
24 },
25 "keywords": [
26 "test",
27 "console",
28 "debug",
29 "print"
30 ],
31 "author": "Hoyeung Wong",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/gadge/spare"
35 },
36 "homepage": "https://github.com/gadge/spare#readme",
37 "gitHead": "904244d892a07bc9acd77bf1b305f2a21b024384"
38}