-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 719 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 719 Bytes
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
{
"name": "builderio-type-extensions",
"version": "1.1.1",
"author": "David Di Biase",
"license": "MIT",
"bugs": {
"url": "https://github.com/davedbase/builderio-field-types/issues"
},
"description": "A set of TypeScript helpers for Builder.io's SDK.",
"main": "",
"types": "index.d.ts",
"typeScriptVersion": "4.8",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://davedbase@github.com/davedbase/builderio-field-types.git"
},
"keywords": [
"builder",
"builder sdk",
"builderio",
"input fields",
"builder.io"
],
"homepage": "https://github.com/davedbase/builderio-field-types#readme",
"devDependencies": {
"prettier": "^2.7.1"
}
}