UNPKG

800 BJSONView Raw
1{
2 "name": "@graphql-codegen/time",
3 "version": "1.16.2",
4 "description": "GraphQL Code Generator plugin for adding the current time for an output file",
5 "peerDependencies": {
6 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
7 },
8 "dependencies": {
9 "@graphql-codegen/plugin-helpers": "1.16.2",
10 "moment": "~2.27.0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/dotansimha/graphql-code-generator.git",
15 "directory": "packages/plugins/other/time"
16 },
17 "license": "MIT",
18 "main": "index.cjs.js",
19 "module": "index.esm.js",
20 "typings": "index.d.ts",
21 "typescript": {
22 "definition": "index.d.ts"
23 },
24 "devDependencies": {
25 "moment": "2.27.0"
26 },
27 "publishConfig": {
28 "access": "public"
29 }
30}