-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 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
30
31
32
33
34
{
"name": "@figma/widget-typings",
"version": "1.12.1",
"description": "Typings for the Figma Widget API",
"main": "",
"scripts": {
"test": "tsc",
"prettier": "npm run prettier-path -- '**/*.{ts,js}'",
"prettier:check": "npm run prettier-path:check -- '**/*.{ts,js}'",
"prettier-path": "prettier --write",
"prettier-path:check": "prettier --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/figma/widget-typings.git"
},
"keywords": [
"figma",
"widget",
"typings"
],
"author": "Figma",
"license": "MIT License",
"bugs": {
"url": "https://github.com/figma/widget-typings/issues"
},
"homepage": "https://github.com/figma/widget-typings#readme",
"peerDependencies": {
"@figma/plugin-typings": "1.x"
},
"devDependencies": {
"prettier": "^2.6.2"
}
}