0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-03-11 23:11:17 -05:00
penpot-export/packages/penpot-css-export/package.json
2023-08-22 13:54:53 +02:00

29 lines
561 B
JSON

{
"name": "penpot-css-export",
"version": "0.0.0",
"license": "UNLICENSED",
"main": "dist/bin/index.js",
"types": "dist/lib/types.d.ts",
"files": [
"dist"
],
"bin": {
"pce": "./dist/bin/index.js"
},
"scripts": {
"build": "tsc",
"format": "prettier -w .",
"dev": "tsc-watch"
},
"dependencies": {
"node-fetch": "2",
"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"
}
}