UNPKG

865 BJSONView Raw
1{
2 "name": "@emotion/is-prop-valid",
3 "version": "1.1.1",
4 "description": "A function to check whether a prop is valid for HTML and SVG elements",
5 "main": "dist/emotion-is-prop-valid.cjs.js",
6 "module": "dist/emotion-is-prop-valid.esm.js",
7 "types": "types/index.d.ts",
8 "license": "MIT",
9 "repository": "https://github.com/emotion-js/emotion/tree/main/packages/is-prop-valid",
10 "scripts": {
11 "test:typescript": "dtslint types"
12 },
13 "publishConfig": {
14 "access": "public"
15 },
16 "dependencies": {
17 "@emotion/memoize": "^0.7.4"
18 },
19 "devDependencies": {
20 "dtslint": "^0.3.0"
21 },
22 "files": [
23 "src",
24 "dist",
25 "types/*.d.ts"
26 ],
27 "browser": {
28 "./dist/emotion-is-prop-valid.cjs.js": "./dist/emotion-is-prop-valid.browser.cjs.js",
29 "./dist/emotion-is-prop-valid.esm.js": "./dist/emotion-is-prop-valid.browser.esm.js"
30 }
31}