fabric_guideline
Version:
Fabric.js alignment guideline package for latest fabric v6 version
59 lines • 1.36 kB
JSON
{
"name": "fabric_guideline",
"version": "1.2.0",
"description": "Fabric.js alignment guideline package for latest fabric v6 version",
"keywords": [
"npm",
"fabricjs",
"fabric-alignment",
"fabric-alignment-guideline",
"canvas",
"guidelines",
"snap-to-grid"
],
"homepage": "https://github.com/faisal-shohag/fabric_guideline#readme",
"bugs": {
"url": "https://github.com/faisal-shohag/fabric_guideline/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faisal-shohag/fabric_guideline.git"
},
"license": "ISC",
"author": "Abu Nayim Faisal",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"prepublishOnly": "npm run build"
},
"dependencies": {
"fabric": "^6.7.0"
},
"devDependencies": {
"@types/node": "^24.0.3",
"typescript": "^5.8.3",
"ts-node-dev": "^2.0.0"
},
"peerDependencies": {
"fabric": "^6.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}