We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c8e8e commit 1ffeadaCopy full SHA for 1ffeada
1 file changed
package.json
@@ -1,15 +1,27 @@
1
{
2
"name": "@faslet/widget",
3
"version": "0.0.1",
4
- "description": "",
+ "description": "The Faslet Size Me Up widget for eCommerce platforms",
5
+ "author": "The Faslet Team",
6
"main": "build/src/index.js",
7
+ "types": "build/index.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/Faslet/widget_npm_module"
11
+ },
12
+ "keywords": [
13
+ "eCommerce",
14
+ "sizing",
15
+ "returns",
16
+ "fashion"
17
+ ],
18
"scripts": {
19
"build": "tsc",
20
"test": "jest"
21
},
22
"keywords": [],
23
"author": "",
- "license": "ISC",
24
+ "license": "MIT",
25
"devDependencies": {
26
"typescript": "4.6.2",
27
"jest": "27.5.1",
0 commit comments