-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "@invintusmedia/hyperapp-feather",
"version": "1.0.2",
"description": "feather icons for hyperapp",
"main": "dist/main.js",
"types": "main.d.ts",
"peerDependencies": {
"hyperapp": "^1.2.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-es2015": "^6.24.1",
"feather-icons": "4.7.0",
"fs-extra": "5.0.0",
"svgr": "1.9.1"
},
"scripts": {
"build": "mkdir -p dist/icons && rm -rf dist/* && node build.js && npm run dist && cp main.js dist/main.js",
"dist": "babel icons --out-dir dist/icons --source-maps",
"prepare": "npm run build",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TVWIT/hyperapp-feather.git"
},
"keywords": [
"hyperapp",
"feather",
"icons"
],
"author": "breja",
"license": "MIT",
"bugs": {
"url": "https://github.com/TVWIT/hyperapp-feather/issues"
},
"homepage": "https://github.com/TVWIT/hyperapp-feather#readme"
}