UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@shopify/dates",
3 "version": "1.0.0",
4 "license": "MIT",
5 "description": "Lightweight date operations library",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "sideEffects": false,
9 "publishConfig": {
10 "access": "public",
11 "@shopify:registry": "https://registry.npmjs.org"
12 },
13 "author": "Shopify Inc.",
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/Shopify/quilt.git",
17 "directory": "packages/dates"
18 },
19 "bugs": {
20 "url": "https://github.com/Shopify/quilt/issues"
21 },
22 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/dates/README.md",
23 "engines": {
24 "node": ">=12.14.0"
25 },
26 "dependencies": {
27 "@shopify/decorators": "^2.0.0"
28 },
29 "devDependencies": {
30 "@shopify/jest-dom-mocks": "^3.0.0"
31 },
32 "files": [
33 "build/*",
34 "!*.tsbuildinfo",
35 "index.js",
36 "index.mjs",
37 "index.esnext",
38 "index.d.ts"
39 ],
40 "module": "index.mjs",
41 "esnext": "index.esnext",
42 "exports": {
43 "./": "./",
44 ".": {
45 "import": "./index.mjs",
46 "require": "./index.js",
47 "esnext": "./index.esnext"
48 }
49 },
50 "gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a"
51}