0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-08 07:50:21 -05:00
penpot-export/packages/penpot-css-export/package.json

28 lines
504 B
JSON
Raw Normal View History

2023-08-21 01:36:47 -05:00
{
"name": "penpot-css-export",
"version": "0.0.0",
"license": "UNLICENSED",
2023-08-21 01:36:47 -05:00
"main": "dist/bin/index.js",
"types": "dist/lib/types.d.ts",
"files": [
"dist"
],
"bin": {
"pce": "./dist/bin/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc-watch"
},
"dependencies": {
"node-fetch": "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"
}
}