mirror of
https://github.com/penpot/penpot.git
synced 2026-05-15 21:13:58 +00:00
* 🐛 Fix configuration of poc-tokens-plugin * 📎 Add missing changes on poc-tokens-pligin tsconfig --------- Co-authored-by: Andrey Antukh <niwi@niwi.nz>
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"name": "poc-tokens-plugin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "ng build poc-tokens-plugin",
|
|
"build:dev": "ng build poc-tokens-plugin --configuration development",
|
|
"serve": "ng serve poc-tokens-plugin",
|
|
"lint": "eslint .",
|
|
"test": "exit 0"
|
|
}
|
|
}
|