-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 967 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "anbani",
"version": "2.3.2",
"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"
}
}