UNPKG

2.07 kBJSONView Raw
1{
2 "name": "telejson",
3 "version": "7.2.0",
4 "description": "",
5 "keywords": [
6 "JSON",
7 "cyclic",
8 "cyclical",
9 "date",
10 "function",
11 "parse",
12 "regex",
13 "stringify"
14 ],
15 "homepage": "https://github.com/storybookjs/telejson",
16 "bugs": {
17 "url": "https://github.com/storybookjs/telejson/issues"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/storybookjs/telejson.git"
22 },
23 "license": "MIT",
24 "author": "ndelangen@me.com",
25 "main": "dist/index.js",
26 "module": "dist/index.mjs",
27 "types": "dist/index.d.ts",
28 "files": [
29 "dist/**/*",
30 "README.md",
31 "*.js",
32 "*.d.ts"
33 ],
34 "scripts": {
35 "build": "tsup",
36 "lint": "eslint src --ext .js,.ts",
37 "prepublish": "yarn build",
38 "test": "yarn test-node && yarn test-browser",
39 "test-browser": "TZ=UTC jest --env=jsdom ./common ./browser",
40 "test-node": "TZ=UTC jest --env=node ./common ./node",
41 "release": "yarn build && auto shipit"
42 },
43 "eslintConfig": {
44 "env": {
45 "browser": true
46 },
47 "parserOptions": {
48 "project": "./tsconfig.json"
49 },
50 "extends": [
51 "@storybook/eslint-config-storybook"
52 ]
53 },
54 "jest": {},
55 "dependencies": {
56 "memoizerific": "^1.11.3"
57 },
58 "devDependencies": {
59 "@auto-it/released": "^11.0.1",
60 "@babel/preset-env": "^7.20.0",
61 "@babel/preset-typescript": "^7.18.6",
62 "@storybook/eslint-config-storybook": "^3.1.2",
63 "@types/is-function": "^1.0.0",
64 "@types/jest": "^26.0.22",
65 "@types/lodash-es": "^4.17.6",
66 "auto": "^11.0.1",
67 "babel-core": "7.0.0-bridge.0",
68 "babel-jest": "^26.6.3",
69 "common-tags": "^1.8.0",
70 "eslint": "^7.23.0",
71 "global": "^4.4.0",
72 "is-function": "^1.0.2",
73 "is-regex": "^1.1.2",
74 "is-symbol": "^1.0.3",
75 "isobject": "^4.0.0",
76 "jest": "^26.6.3",
77 "lodash-es": "^4.17.21",
78 "prettier": "^2.2.1",
79 "tsup": "^6.2.2",
80 "typescript": "^4.2.3"
81 },
82 "publishConfig": {
83 "access": "public"
84 },
85 "auto": {
86 "plugins": [
87 "npm",
88 "released"
89 ]
90 }
91}