-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 991 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": "PersianSupplier",
"version": "2.0.0",
"description": "Sketch Plugin for supplying dynamic persian data (name, date, address, ...)",
"homepage": "https://github.com/hiradarshadi/PersianSupplier",
"license": "MIT",
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "PersianSupplier",
"manifest": "src/manifest.json",
"main": "persiansupplier.sketchplugin",
"assets": [
"assets/**/*"
]
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.5.2"
},
"author": "Hirad Arshadi",
"repository": {
"type": "git",
"url": "git+https://github.com/hiradarshadi/persiansupplier.git"
},
"dependencies": {
"shortid": "^2.2.14",
"skpm": "^1.1.8"
}
}