anbani-textart
Version:
Text Art Generator by Anbani.ge
37 lines (36 loc) • 919 B
JSON
{
"name": "anbani-textart",
"version": "1.6.0",
"description": "Text Art Generator by Anbani.ge",
"module": "src/TextArt.js",
"main": "dist/TextArt.js",
"scripts": {
"start": "node src/TextArt.js",
"prebuild": "node utils/yaml-json.mjs",
"build": "npm run prebuild && webpack --mode=production --node-env=production && npm run print",
"play": "node test/play.mjs",
"print": "node test/print.mjs",
"test": "mocha test/base.cjs && mocha test/base.mjs",
"release": "npm publish"
},
"bin": {
"anbani-textart": "bin/app.cjs",
"print": "bin/print.cjs"
},
"keywords": [
"anbani",
"georgian",
"ascii",
"text",
"art",
"generator"
],
"author": "Giorgi Gachechiladze (@GEORGEGACH)",
"license": "GPL-3.0-or-later",
"devDependencies": {
"mocha": "^10.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"yaml": "^2.1.1"
}
}