prevent-orientation
Version:
Prevent orientation mode on mobile device
35 lines (34 loc) • 816 B
JSON
{
"name": "prevent-orientation",
"version": "2.1.0",
"description": "Prevent orientation mode on mobile device",
"keywords": [
"orientation",
"landscape",
"portrait"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npx swc index.ts --out-dir dist && tsc",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@swc/cli": "^0.1.36",
"@swc/core": "^1.2.51",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/nghiepit/prevent-orientation.git"
},
"bugs": {
"url": "https://github.com/nghiepit/prevent-orientation/issues"
},
"homepage": "https://github.com/nghiepit/prevent-orientation",
"author": "Nghiep <me@nghiepit.dev>",
"license": "MIT"
}