UNPKG

954 BJSONView Raw
1{
2 "name": "@shopify/dates",
3 "version": "0.2.11",
4 "license": "MIT",
5 "description": "Lightweight date operations library.",
6 "main": "dist/src/index.js",
7 "types": "dist/src/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "sideEffects": false,
12 "publishConfig": {
13 "access": "public",
14 "@shopify:registry": "https://registry.npmjs.org"
15 },
16 "author": "Shopify Inc.",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/quilt.git",
20 "directory": "packages/dates"
21 },
22 "bugs": {
23 "url": "https://github.com/Shopify/quilt/issues"
24 },
25 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/dates/README.md",
26 "dependencies": {
27 "@shopify/decorators": "^1.1.9",
28 "@shopify/function-enhancers": "^1.0.9",
29 "tslib": "^1.9.3"
30 },
31 "devDependencies": {
32 "@shopify/jest-dom-mocks": "^2.8.9"
33 },
34 "files": [
35 "dist/*",
36 "!tsconfig.tsbuildinfo"
37 ]
38}