-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 919 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
{
"name": "anbani-textart",
"version": "1.5.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"
}
}