UNPKG

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