cricut-text/package.json
2020-03-08 21:45:45 -04:00

17 lines
448 B
JSON

{
"name": "cricut-text",
"version": "0.0.1",
"description": "small utility to generate cricut SVG files from text + font",
"main": "index.js",
"repository": "git@server:cinphart/cricut-text.git",
"author": "Peter Hart <cinphart@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/node": "^12.12.29",
"@types/opentype.js": "^0.7.2",
"opentype.js": "^1.1.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
}
}