forked from sivajik34/assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (40 loc) · 1.07 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
{
"name": "@sivajik34/assistant",
"version": "1.0.8",
"publishConfig": {
"access": "public"
},
"description": "Voice assistant extension for PWA Studio",
"main": "lib/index.js",
"browser": {
"@magento/venia-drivers": "@magento/venia-ui/lib/drivers"
},
"files": [
"lib/*"
],
"scripts": {
"publish:npm": "rm -rf dist && mkdir dist && babel ./src/components -d dist --copy-files"
},
"repository": "github:sivajik34/assistant",
"author": "Sivakumar Koduru",
"license": "(OSL-3.0 OR AFL-3.0)",
"bugs": {
"url": "https://github.com/sivajik34/assistant/issues"
},
"homepage": "https://github.com/sivajik34/assistant",
"dependencies": {},
"devDependencies": {
"@magento/peregrine": "~6.0.0",
"@magento/pwa-buildpack": "~5.1.1",
"@magento/venia-ui": "~3.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0"
},
"peerDependencies": {
"@magento/babel-preset-peregrine": "~1.0.1",
"@magento/peregrine": "~6.0.0",
"@magento/pwa-buildpack": "~5.1.1",
"@magento/venia-ui": "~3.0.0",
"react": "~16.9.0"
}
}