-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "@interactivetraining/image-editor",
"version": "0.0.2",
"description": "Interactive.Training Component: image-editor",
"main": "dist/index.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"module": "dist/index.mjs",
"files": [
"dist/"
],
"license": "MIT",
"scripts": {
"build": "stencil build --es5 --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"publish.npmjs": "npm publish --@interactivetraining:registry=https://registry.npmjs.org/ --access public"
},
"dependencies": {
"@ionic/core": "^4.6.0",
"ionicons": "4.5.10-2",
"jimp": "^0.6.4"
},
"devDependencies": {
"@stencil/core": "^1.1.3",
"@stencil/sass": "^1.0.1",
"@stencil/utils": "^0.0.5",
"@types/jest": "23.3.14",
"@types/puppeteer": "1.12.3",
"puppeteer": "1.11.0"
},
"author": "Interactive Training",
"maintainers": [
{
"name": "Adam LaCombe",
"email": "[email protected]",
"url": "https://github.com/adamlacombe"
}
],
"repository": {
"type": "git",
"url": "git://github.com/InteractiveTraining/image-editor.git"
},
"bugs": {
"url": "https://github.com/InteractiveTraining/image-editor/issues"
},
"homepage": "https://github.com/InteractiveTraining/image-editor"
}