You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
677 B
JSON

{
"name": "perspective-shift",
"version": "0.1.0",
"description": "Shift perspective of an image using four-point perspective transform in python, vips ",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"watch": "npm run build -- --watch",
"prepare": "npm run build"
},
"types": "./@types/index.d.ts",
"files": ["@types"],
"dependencies": {
"abortable-gen-promises": "^0.1.0",
"async-spawner": "git+https://git.kuba-orlik.name/kuba/async-spawner.git#77ff039",
"tempy": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://git.kuba-orlik.name/kuba/perspective-shift.git"
},
"author": "",
"license": "ISC"
}