package.json (883B)
1 { 2 "name": "fwebc", 3 "version": "0.10.0", 4 "description": "", 5 "main": "fwebc.js", 6 "unpkg": "fwebc.min.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\"", 9 "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{print $2}' | sed 's/[\",]//g' | tr -d '[[:space:]]') && npm deprecate \"fwebc@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\"" 10 }, 11 "repository": { 12 "type": "git", 13 "url": "git+https://github.com/finwo/fwebc.git" 14 }, 15 "author": "Robin Bron <robin@finwo.nl>", 16 "license": "MIT", 17 "bugs": { 18 "url": "https://github.com/finwo/fwebc/issues" 19 }, 20 "homepage": "https://github.com/finwo/fwebc#readme", 21 "funding": { 22 "url": "https://github.com/sponsors/finwo" 23 }, 24 "keywords": [ 25 "web component", 26 "web components", 27 "framework", 28 "loader" 29 ] 30 }