-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 970 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
{
"name": "@mahiraltinkaya/percantage-calculation",
"version": "1.0.0",
"description": "Calculating the percentage of a number or finding the number itself with the percentage included.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mahiraltinkaya/percentage-calculation.git"
},
"keywords": [
"calculate",
"percantage",
"calculating",
"percantage",
"javascript",
"node",
"nodejs",
"react",
"angular",
"vue"
],
"author": "Mahir Altinkaya <[email protected]> (https://lustrous-basbousa-314294.netlify.app/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mahiraltinkaya/percentage-calculation/issues"
},
"homepage": "https://github.com/mahiraltinkaya/percentage-calculation#readme",
"dependencies": {
"typescript": "^4.9.4"
},
"devDependencies": {}
}