UNPKG

820 BJSONView Raw
1{
2 "name": "@ject/chore",
3 "version": "0.0.17",
4 "description": "Chore class",
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/chore.test.js"
19 },
20 "dependencies": {
21 "@typen/nullish": "^0.1.17"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/hoyeungw/vect.git"
26 },
27 "keywords": [
28 "ject",
29 "function",
30 "noop"
31 ],
32 "author": "Hoyeung Wong",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/hoyeungw/vect"
36 },
37 "homepage": "https://github.com/hoyeungw/vect#readme",
38 "gitHead": "03899b6ca8f12619857b4392118c6dd40face71c"
39}