UNPKG

427 BJSONView Raw
1{
2 "name": "preact-compat",
3 "amdName": "preactCompat",
4 "version": "4.0.0",
5 "private": true,
6 "description": "A React compatibility layer for Preact",
7 "main": "dist/compat.js",
8 "module": "dist/compat.module.js",
9 "umd:main": "dist/compat.umd.js",
10 "source": "src/index.js",
11 "types": "src/index.d.ts",
12 "license": "MIT",
13 "mangle": {
14 "regex": "^_"
15 },
16 "peerDependencies": {
17 "preact": "^10.0.0"
18 }
19}