-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 800 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 800 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
35
36
37
{
"name": "transpose",
"version": "1.0.0",
"description": "(flip layer size, Tranpose)",
"main": "code.js",
"devDependencies": {
"@figma-plugin/helpers": "^0.15.2",
"@figma/plugin-typings": "^1.45.0",
"npm": "^8.9.0"
},
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrstev3n/Transpose.git"
},
"keywords": [
"transpose",
"flip",
"flipsize",
"change",
"rotate",
"landscape",
"portrait"
],
"author": " (Steven H-A)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrstev3n/Transpose/issues"
},
"homepage": "https://github.com/mrstev3n/Transpose#readme",
"dependencies": {
"source-map-loader": "^3.0.1",
"ts-loader": "^9.3.0"
}
}