react-image-marker
Version:
Allows to add markers to an image
55 lines (54 loc) • 1.63 kB
JSON
{
"name": "react-image-marker",
"version": "1.2.0",
"description": "Allows to add markers to an image",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "jest",
"coverage:upload": "./node_modules/.bin/codecov",
"prebuild": "rm -rf build",
"build": "rollup -c",
"postbuild": "find build -name *.test.d.ts -exec rm -if {} \\; && rm -r build/utils",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/galexandrade/react-image-marker.git"
},
"keywords": [
"react",
"image-marker"
],
"author": "Alex P. Andrade",
"license": "MIT",
"bugs": {
"url": "https://github.com/galexandrade/react-image-marker/issues"
},
"homepage": "https://github.com/galexandrade/react-image-marker#readme",
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"codecov": "^3.7.2",
"jest": "^26.4.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^1.29.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^26.4.0",
"typescript": "^2.8.3"
},
"files": [
"build"
]
}