UNPKG

@googleforcreators/units

Version:

A collection of utility functions as well as a React context provider for dealing with "data" and "editor" pixels in the Web Stories editor.

46 lines (45 loc) 1.23 kB
{ "name": "@googleforcreators/units", "description": "A collection of utility functions as well as a React context provider for dealing with \"data\" and \"editor\" pixels in the Web Stories editor.", "private": false, "version": "0.1.202410011217", "author": { "name": "Google", "url": "https://creators.google/" }, "license": "Apache-2.0", "keywords": [ "web stories" ], "homepage": "https://github.com/GoogleForCreators/web-stories-wp/blob/main/packages/units/README.md", "repository": { "type": "git", "url": "https://github.com/GoogleForCreators/web-stories-wp.git", "directory": "packages/units" }, "bugs": { "url": "https://github.com/googleforcreators/web-stories-wp/issues" }, "engines": { "node": ">= 12 || >= 14 || >= 16 || >= 18 || >= 20", "npm": ">= 7.3" }, "customExports": { ".": { "default": "./src/index.ts" } }, "main": "dist/index.js", "module": "dist-module/index.js", "types": "dist-types/index.d.ts", "source": "src/index.ts", "publishConfig": { "access": "public" }, "sideEffects": false, "dependencies": { "@googleforcreators/react": "*", "prop-types": "^15.8.1" }, "devDependencies": {} }