-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 893 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": "@jalato/abbreviate",
"version": "1.1.1",
"description": "abbreviation is libary is used to shorten number to understable string",
"main": "app.js",
"type": "module",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohamedabdifitah/abbreviation.git"
},
"keywords": [
"abbreviate",
"numbers",
"string",
"abbreviation",
"short",
"easy"
],
"author": "Mohamed Abdifitah",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohamedabdifitah/abbreviation/issues"
},
"homepage": "https://github.com/mohamedabdifitah/abbreviation#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"nodemon": "^2.0.19"
}
}