anbani
Version:
Multifunctional javascript toolkit for Georgian Alphabet - Anbani
41 lines (40 loc) • 967 B
JSON
{
"name": "anbani",
"version": "2.4.0",
"description": "Multifunctional javascript toolkit for Georgian Alphabet - Anbani",
"module": "src/anbani.mjs",
"main": "dist/anbani.js",
"scripts": {
"test": "mocha",
"build": "webpack --mode=production --node-env=production",
"bt": "npm run build && npm run test && http-server . -o ./test/index.test.html",
"md": "nodemon utils/markdown.mjs",
"play": "nodemon utils/playground.mjs",
"release": "npm publish"
},
"keywords": [
"converter",
"interpreter",
"lorem",
"ipsum",
"anbani",
"alphabet",
"georgian",
"georgia",
"ქართული",
"ანბანი"
],
"bin": {
"anbani": "bin/app.cjs"
},
"author": "georgegach",
"license": "MIT",
"devDependencies": {
"http-server": "^14.1.1",
"mocha": "^10.2.0",
"nodemon": "^2.0.7",
"treeify": "^1.1.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
}
}