-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 816 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 816 Bytes
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": "rasmifize",
"version": "1.0.7",
"description": "Reduce arabic strings to their rasm. Formerly known as rasmify.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "ts-mocha test/**/*.test.ts",
"tdd": "ts-mocha test/**/*.test.ts --watch",
"build": "tsc",
"build:check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/suchmaske/rasmifize.git"
},
"keywords": [
"arabic",
"rasm",
"rasmify",
"strings",
"unicode"
],
"author": "Oliver Pohl",
"license": "LGPL-3.0",
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^8.0.3",
"mocha": "^8.1.3",
"prettier": "^2.1.1",
"ts-mocha": "^7.0.0",
"typescript": "^4.0.2"
}
}