{ "name": "simple-jsonp-promise", "version": "1.2.0", "description": "", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel src -d build", "precommit": "yarn run build" }, "repository": { "type": "git", "url": "git+https://git.kle.li/TeaSpeak/simple-jsonp-promise.git" }, "keywords": [ "jsonp", "promise" ], "author": "Ziqiang Li ", "license": "MIT", "bugs": { "url": "https://git.kle.li/TeaSpeak/simple-jsonp-promise/issues" }, "homepage": "https://git.kle.li/TeaSpeak/simple-jsonp-promise", "dependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.3", "@babel/preset-env": "^7.23.3" } }