1 | {
|
2 | "name": "@spare/string",
|
3 | "version": "0.11.8",
|
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.11.8",
|
19 | "@spare/util": "^0.11.8"
|
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": "69fb529dc3c77a93d82387fe272e0308787b126e"
|
38 | }
|