0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-08 16:00:08 -05:00
penpot-export/packages/cli/package.json

29 lines
551 B
JSON
Raw Normal View History

2023-08-21 01:36:47 -05:00
{
"name": "@penpot-export/cli",
2023-08-21 01:36:47 -05:00
"version": "0.0.0",
"license": "UNLICENSED",
2023-08-21 01:36:47 -05:00
"main": "dist/bin/index.js",
"files": [
"dist"
],
"bin": {
"penpot-export": "./dist/bin/index.js"
},
2023-08-21 01:36:47 -05:00
"scripts": {
"build": "tsc",
2023-08-22 06:42:57 -05:00
"format": "prettier -w .",
2023-08-21 01:36:47 -05:00
"dev": "tsc-watch"
},
"dependencies": {
"@penpot-export/core": "0.0.0",
2023-08-22 06:42:57 -05:00
"prettier": "^3.0.2"
2023-08-21 01:36:47 -05:00
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/node-fetch": "2",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.6"
}
}