-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 955 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
37
38
39
40
41
{
"name": "@sketch-hq/sketch-assistant-utils",
"version": "6.5.2",
"module": "dist/esm/index",
"main": "dist/cjs/index",
"types": "dist/cjs/index",
"sideEffects": false,
"license": "MIT",
"repository": "github:sketch-hq/sketch-assistants",
"keywords": [
"sketch",
"sketch files",
"sketch assistants",
"assistants",
"design ops"
],
"scripts": {
"build": "tsc --build tsconfig.json tsconfig.esm.json",
"test": "jest"
},
"files": [
"dist"
],
"dependencies": {
"@json-schema-spec/json-pointer": "0.1.2",
"@sketch-hq/sketch-assistant-types": "6.5.0",
"@sketch-hq/sketch-file": "1.0.3",
"ajv": "8.3.0",
"humps": "2.0.1",
"mem": "8.1.1",
"node-stream-zip": "1.13.5",
"object-hash": "2.2.0",
"p-map": "4.0.0",
"p-timeout": "4.1.0",
"probe-image-size": "7.2.1"
},
"devDependencies": {
"@types/humps": "2.0.0",
"@types/object-hash": "2.1.0"
}
}