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