|
| 1 | +{ |
| 2 | + "name": "@interactors/with-storybook", |
| 3 | + "version": "1.0.0-rc1.2", |
| 4 | + "description": "Storybook addon integration for Interactors", |
| 5 | + "main": "dist/index.js", |
| 6 | + "module": "dist/index.js", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/thefrontside/interactors.git" |
| 11 | + }, |
| 12 | + "homepage": "https://frontside.com/interactors", |
| 13 | + "author": "Frontside Engineering <engineering@frontside.com>", |
| 14 | + "license": "MIT", |
| 15 | + "files": [ |
| 16 | + "dist/**/*", |
| 17 | + "src/**/*", |
| 18 | + "preset.js", |
| 19 | + "README.md" |
| 20 | + ], |
| 21 | + "dependencies": { |
| 22 | + "@interactors/globals": "^1.0.0-rc1.1" |
| 23 | + }, |
| 24 | + "peerDependencies": { |
| 25 | + "@storybook/addon-interactions": "*" |
| 26 | + }, |
| 27 | + "scripts": { |
| 28 | + "clean": "rm -rf dist *.tsbuildinfo", |
| 29 | + "lint": "eslint \"src/**/*.ts\"", |
| 30 | + "prepack": "tsc --build ./tsconfig.build.json && yarn prepack:es2015 && yarn prepack:commonjs", |
| 31 | + "prepack:es2015": "tsc --project ./tsconfig.build.json --outdir dist/esm --module es2015", |
| 32 | + "prepack:commonjs": "tsc --project ./tsconfig.build.json --outdir dist/cjs --module commonjs" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@frontside/eslint-config": "^2.1.0", |
| 36 | + "@frontside/tsconfig": "^1.2.0", |
| 37 | + "@frontside/typescript": "^1.1.1" |
| 38 | + }, |
| 39 | + "volta": { |
| 40 | + "node": "14.17.5", |
| 41 | + "yarn": "1.22.11" |
| 42 | + }, |
| 43 | + "keywords": ["storybook", "addons", "interactors", "testing", "debug"], |
| 44 | + "displayName": "Interactors inspector", |
| 45 | + "icon": "https://frontside.com/interactors/img/interactors-logo@4x.png" |
| 46 | +} |
0 commit comments