mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-08 07:50:21 -05:00
28 lines
551 B
JSON
28 lines
551 B
JSON
{
|
|
"name": "@penpot-export/cli",
|
|
"version": "0.0.0",
|
|
"license": "UNLICENSED",
|
|
"main": "dist/bin/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"bin": {
|
|
"penpot-export": "./dist/bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier -w .",
|
|
"dev": "tsc-watch"
|
|
},
|
|
"dependencies": {
|
|
"@penpot-export/core": "0.0.0",
|
|
"prettier": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.0",
|
|
"@types/node-fetch": "2",
|
|
"ts-node": "^10.9.1",
|
|
"tsc-watch": "^6.0.4",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|