-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"private": false,
"name": "@automattic/jetpack-ai-client",
"version": "0.1.5-alpha",
"description": "A JS client for consuming Jetpack AI services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Ai Client"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/js-packages/ai-client"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "pnpm run compile-ts",
"compile-ts": "tsc --pretty",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"type": "module",
"devDependencies": {
"@storybook/addon-actions": "7.1.0",
"@storybook/blocks": "7.1.0",
"@storybook/react": "7.1.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "29.5.0",
"typescript": "5.0.4"
},
"exports": {
".": "./index.ts"
},
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.6-alpha",
"@automattic/jetpack-connection": "^0.29.8",
"@automattic/jetpack-shared-extension-utils": "^0.11.3-alpha",
"@microsoft/fetch-event-source": "2.0.1",
"@wordpress/api-fetch": "6.35.0",
"@wordpress/block-editor": "12.6.0",
"@wordpress/components": "25.4.0",
"@wordpress/compose": "6.15.0",
"@wordpress/data": "9.8.0",
"@wordpress/element": "5.15.0",
"@wordpress/i18n": "4.38.0",
"@wordpress/icons": "9.29.0",
"classnames": "2.3.2",
"debug": "4.3.4",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}