-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 871 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
{
"name": "myrenamer",
"version": "0.2.2",
"description": "Rename Zawgyi <-=-> Unicode",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register ./test/*.spec.ts",
"build": "tsc"
},
"keywords": [
"Rename Zawgyi<=>Unicode",
"zawgyi",
"unicode",
"myanmar"
],
"author": "Aung Myo Kyaw",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AungMyoKyaw/myRenamer.git"
},
"bugs": {
"url": "https://github.com/AungMyoKyaw/myRenamer/issues"
},
"homepage": "https://github.com/AungMyoKyaw/myRenamer#README",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.10",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.2.1"
},
"dependencies": {
"myanmar-tools": "^1.1.1"
}
}