-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.29 KB
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
{
"name": "@interactivetraining/icons",
"version": "0.0.5",
"description": "IT icon component",
"main": "dist/index.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"module": "dist/index.mjs",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build --docs && cp ./src/components/icon/readme.md ./README.md",
"npmjs.publish": "npm publish --@interactivetraining:registry=https://registry.npmjs.org/ --access public",
"start": "stencil build --dev --watch --serve"
},
"dependencies": {},
"devDependencies": {
"@stencil/core": "^1.3.2",
"@stencil/sass": "^1.0.1",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^24.0.18",
"@types/puppeteer": "^1.19.1",
"fs-extra": "^8.1.0",
"ts-node": "^8.3.0",
"workbox-build": "4.3.1"
},
"author": "Interactive Training (http://interactive.training)",
"license": "MIT",
"homepage": "https://github.com/InteractiveTraining/it-icon",
"maintainers": [
"Adam LaCombe (https://github.com/adamlacombe)",
"Darren Rooney (https://github.com/ddevereauxx)"
],
"bugs": {
"url": "https://github.com/InteractiveTraining/it-icon/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/InteractiveTraining/it-icon.git"
}
}