UNPKG

843 BJSONView Raw
1{
2 "name": "@foba/quotes-management",
3 "version": "0.6.1",
4 "description": "quotes on management",
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 test"
19 },
20 "dependencies": {
21 "@foba/util-quotes": "^0.6.1"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/hoyeungw/foba.git"
26 },
27 "keywords": [
28 "quotes",
29 "quotes-management",
30 "management",
31 "wikiquote"
32 ],
33 "author": "Hoyeung Wong",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/hoyeungw/foba"
37 },
38 "homepage": "https://github.com/hoyeungw/foba#readme",
39 "gitHead": "e2da16e6463cb2742f531ffa17de1be5d0f0b612"
40}