-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1012 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
{
"name": "@smartface/component-materialtextbox",
"description": "A marketplace component to overcome the quirks of [MaterialTextBox](http://ref.smartface.io/#!/api/UI.MaterialTextBox) to make it easier to use.",
"version": "7.0.6",
"main": "dist/index.js",
"repository": "https://github.com/smartface/sf-component-materialtextbox",
"scripts": {
"postinstall": "node postinstall.js",
"watch": "tsc -w",
"build": "tsc"
},
"author": {
"email": "[email protected]",
"name": "Smartface Inc."
},
"maintainers": [
{
"email": "[email protected]",
"name": "Furkan Arabacı"
}
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@smartface/marketplace-service": "^1.2.0",
"@smartface/native": "^5.0.0-alpha.5",
"@smartface/styling-context": "5.0.0-alpha.5",
"@types/node": "^16.6.1",
"typescript": "^4.5.0"
},
"peerDependencies": {
"@smartface/styling-context": "^5.0.0"
}
}