-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
32 lines (32 loc) · 1.08 KB
/
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
{
"name": "wordifyfa",
"version": "1.4.1",
"description": "Persian Wordifier converts simple numbers to words.\r for example you can use this:",
"main": "wordifyfa.js",
"dependencies": {},
"devDependencies": {
"@types/mocha": "^9.0.0",
"assert": "^2.0.0",
"nyc": "^15.1.0",
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.2.5",
"ts-node": "^10.4.0",
"typescript": "^4.3.5",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1"
},
"scripts": {
"test": "set TS_NODE_COMPILER_OPTIONS={\"module\": \"commonjs\" } && nyc mocha -r ts-node/register 'tests/*.ts'",
"test-linux": "env TS_NODE_COMPILER_OPTIONS={\"module\": \"commonjs\" } mocha -r ts-node/register 'tests/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalmanAA/wordifyfa.git"
},
"author": "Salman Arab Ameri",
"license": "ISC",
"bugs": {
"url": "https://github.com/SalmanAA/wordifyfa/issues"
},
"homepage": "https://github.com/SalmanAA/wordifyfa#readme"
}