UNPKG

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