UNPKG

svg-path-d

Version:

SVG path data (path[d] attribute content) manipulation library.

40 lines (39 loc) 1.05 kB
{ "name": "svg-path-d", "version": "0.1.1", "description": "SVG path data (path[d] attribute content) manipulation library.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "tslint": "eslint --fix src --ext .ts", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/constf1/svg-path-d.git" }, "keywords": ["svg", "path", "svg-path"], "author": "mico", "license": "ISC", "bugs": { "url": "https://github.com/constf1/svg-path-d/issues" }, "homepage": "https://github.com/constf1/svg-path-d#readme", "devDependencies": { "@types/jest": "^26.0.20", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", "jest": "^26.6.3", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "typescript": "^4.1.3" } }