-
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) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 897 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": "nine-slice-scaling",
"version": "1.0.2",
"description": "Figma and MasterGo 9-slice scaling plugin",
"private": true,
"main": "dist/code.js",
"scripts": {
"build": "node esbuild.config.js",
"watch": "node esbuild.config.js --watch",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4NaNBo1/9slice.git"
},
"keywords": [
"figma-plugin",
"mastergo-plugin",
"nine-slice",
"9-slice"
],
"author": "",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/4NaNBo1/9slice/issues"
},
"homepage": "https://github.com/4NaNBo1/9slice#readme",
"devDependencies": {
"@figma/plugin-typings": "^1.128.0",
"@mastergo/plugin-typings": "^2.18.1",
"esbuild": "^0.28.1",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
}
}