2025-04-02 21:57:33 +08:00

35 lines
938 B
JSON

{
"name": "resize-observer-lite",
"version": "0.2.3",
"description": "A ResizeObserver polyfill that has limited functionality of ResizeObserver.",
"repository": {
"type": "git",
"url": "git+https://github.com/d6u/resize-observer-lite.git"
},
"keywords": [],
"author": "Daiwei Lu <daiweilu123@gmail.com> (http://daiwei.lu/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/d6u/resize-observer-lite/issues"
},
"homepage": "https://github.com/d6u/resize-observer-lite#readme",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"element-resize-detector": "1.1.13"
},
"devDependencies": {
"typescript": "2.7.1"
},
"scripts": {
"clean": "rm -rf lib",
"build": "tsc",
"pretest": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\"",
"preversion": "npm run clean && npm run build"
}
}