We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bfaa4 commit 459ee6fCopy full SHA for 459ee6f
1 file changed
package.json
@@ -1,10 +1,17 @@
1
{
2
- "name": "typescript-react-package-starter",
3
- "description": "",
+ "name": "react-odontogram",
+ "description": "dental chart for selecting teeth",
4
"version": "0.0.1",
5
- "author": "",
6
- "license": "",
7
- "keywords": [],
+ "author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
+ "license": "MIT",
+ "keywords": [
8
+ "odontogram",
9
+ "react",
10
+ "dental-chart"
11
+ ],
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
"repository": {
16
"type": "git",
17
"url": ""
@@ -103,4 +110,4 @@
103
110
"lefthook"
104
111
]
105
112
}
106
-}
113
+}
0 commit comments