@erase2d/fabric
Version:
Fabric.js erase2d bindings
52 lines (51 loc) • 1.14 kB
JSON
{
"name": "@erase2d/fabric",
"version": "1.1.8",
"description": "Fabric.js erase2d bindings",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShaMan123/erase2d.git"
},
"author": "ShaMan123",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShaMan123/erase2d/issues"
},
"homepage": "https://github.com/ShaMan123/erase2d#readme",
"keywords": [
"erase",
"erase2d",
"eraser",
"erasing",
"canvas",
"fabric"
],
"peerDependencies": {
"fabric": "^6.0.0-rc2"
},
"peerDependenciesMeta": {
"fabric": {
"optional": false
}
},
"devDependencies": {
"@erase2d/core": "file:../core",
"@rollup/plugin-node-resolve": "^15.2.3"
},
"module": "./dist/fabric/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/fabric/index.js",
"require": null,
"default": "./dist/fabric/index.js"
}
}
}