@bonsai-components/meta-key
Version:
Make meta key less annoying
28 lines (27 loc) • 823 B
JSON
{
"name": "@bonsai-components/meta-key",
"version": "1.2.9",
"description": "Make meta key less annoying",
"main": "./dist/index.js",
"license": "(MIT OR Apache-2.0)",
"public": true,
"scripts": {
"build": "cti -b ./src && tsc",
"rebuild": "rm -rf node_modules && rm -f package-lock.json && npm install",
"check-types": "tsc --noEmit",
"prettier-check": "prettier --config package.json --list-different '{,**/}*.{js,ts,json,graphql}'",
"prettier-format": "prettier --config package.json --write '{,**/}*.{js,ts,json,graphql}'"
},
"author": "Kyle Scully",
"keywords": [
"meta",
"key",
"meta-key",
"cross-browser",
"cross-platform"
],
"dependencies": {
"@bonsai-components/detect-os": "^0.1.8"
},
"gitHead": "5085aafc57944ade6c951982e3ea71321a8dce2c"
}