UNPKG

865 BJSONView Raw
1{
2 "name": "@shopify/dates",
3 "version": "0.2.9",
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 "publishConfig": {
12 "access": "public",
13 "@shopify:registry": "https://registry.npmjs.org"
14 },
15 "author": "Shopify Inc.",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Shopify/quilt.git"
19 },
20 "bugs": {
21 "url": "https://github.com/shopify/quilt/issues"
22 },
23 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/dates/README.md",
24 "dependencies": {
25 "@shopify/decorators": "^1.1.7",
26 "@shopify/function-enhancers": "^1.0.7",
27 "tslib": "^1.9.3"
28 },
29 "devDependencies": {
30 "@shopify/jest-dom-mocks": "^2.8.7"
31 },
32 "files": [
33 "dist/*"
34 ]
35}