UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@stencil/react-output-target",
3 "version": "0.3.1",
4 "description": "React output target for @stencil/core components.",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "files": [
9 "dist/",
10 "react-component-lib/"
11 ],
12 "publishConfig": {
13 "access": "public"
14 },
15 "scripts": {
16 "prebuild": "rimraf ./dist",
17 "build": "tsc && npm run rollup",
18 "watch": "tsc --watch",
19 "rollup": "rollup -c",
20 "version": "npm run build",
21 "release": "np",
22 "test": "jest"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/ionic-team/stencil-ds-output-targets.git"
27 },
28 "author": "Ionic Team",
29 "homepage": "https://stenciljs.com/",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/ionic-team/stencil-ds-output-targets/issues"
33 },
34 "peerDependencies": {
35 "@stencil/core": "^2.9.0"
36 },
37 "devDependencies": {
38 "@types/react": "^16.7.0",
39 "@types/react-dom": "^16.7.0",
40 "react": "^16.7.0",
41 "react-dom": "^16.7.0",
42 "react-testing-library": "^7.0.0"
43 },
44 "jest": {
45 "transform": {
46 "^.+\\.(js|ts|tsx)$": "<rootDir>/test/jest.preprocessor.js"
47 },
48 "testRegex": "(\\.(test|spec))\\.(ts?|tsx?|jsx?)$",
49 "moduleFileExtensions": [
50 "ts",
51 "tsx",
52 "js",
53 "json",
54 "jsx"
55 ],
56 "testURL": "http://localhost"
57 },
58 "gitHead": "a3588e905186a0e86e7f88418fd5b2f9531b55e0"
59}