{
"name": "image-to-ansi",
"version": "0.3.1",
"description": "A site to convert an image into ANSI.",
"scripts": {
"build": "npm run build:esbuild",
"build:esbuild": "node esbuild.js prod",
"build:watch": "node esbuild.js dev watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dom111/image-to-ansi.git"
},
"author": "dom111",
"license": "MIT",
"bugs": {
"url": "https://github.com/dom111/image-to-ansi/issues"
},
"homepage": "https://github.com/dom111/image-to-ansi#readme",
"dependencies": {
"@types/xterm": "^3.0.0",
"bootstrap": "^5.1.3",
"esbuild": "^0.12.1",
"esbuild-plugin-prettier": "^1.0.0",
"esbuild-sass-plugin": "^1.4.0",
"prettier": "^2.3.0",
"xterm": "^4.16.0",
"xterm-addon-fit": "^0.5.0"
}
}
|