UNPKG

1.37 kBJSONView Raw
1{
2 "version": "0.2.12",
3 "private": false,
4 "sideEffects": false,
5 "license": "MIT",
6 "main": "dist/index.js",
7 "typings": "dist/index.d.ts",
8 "scripts": {
9 "start": "tsdx watch",
10 "build": "tsdx build",
11 "test": "tsdx test --passWithNoTests",
12 "lint": "tsdx lint",
13 "prepare": "tsdx build"
14 },
15 "files": [
16 "dist",
17 "src"
18 ],
19 "engines": {
20 "node": ">=10"
21 },
22 "peerDependencies": {
23 "react": ">=16"
24 },
25 "husky": {
26 "hooks": {
27 "pre-commit": "tsdx lint"
28 }
29 },
30 "name": "@virtuoso.dev/react-urx",
31 "author": "Petyo Ivanov",
32 "module": "dist/react-urx.esm.js",
33 "publishConfig": {
34 "access": "public"
35 },
36 "dependencies": {
37 "@virtuoso.dev/urx": "^0.2.12"
38 },
39 "devDependencies": {
40 "@types/jsdom": "^16.2.5",
41 "@types/react": "^16.14.5",
42 "@types/react-dom": "^16.9.8",
43 "eslint-plugin-json": "^2.1.1",
44 "eslint-plugin-prettier": "^3.1.4",
45 "husky": "^4.2.5",
46 "jsdom": "^16.4.0",
47 "react": "^16.13.1",
48 "react-dom": "^16.13.1",
49 "tsdx": "^0.13.3",
50 "tslib": "^2.0.1",
51 "typescript": "^4.0.2"
52 },
53 "gitHead": "3a12516687ab96a7567a9ed16ef912173a0d8b6e",
54 "source": "src/index.ts",
55 "homepage": "https://urx.virtuoso.dev/",
56 "repository": {
57 "type": "git",
58 "url": "https://github.com/virtuoso-dev/urx.git",
59 "directory": "packages/react-urx"
60 }
61}