Test/node_modules/points-on-curve/package.json
2026-04-09 22:54:00 +07:00

29 lines
No EOL
734 B
JSON

{
"name": "points-on-curve",
"version": "1.0.1",
"description": "Estimate points on a bezier curve or a set of connexted bezier curves",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/bezier-points.git"
},
"keywords": [
"Bezier",
"graphics"
],
"author": "Preet Shihn",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshihn/bezier-points/issues"
},
"homepage": "https://github.com/pshihn/bezier-points#readme",
"devDependencies": {
"typescript": "^4.5.5"
}
}