2026-02-10 08:29:24 +01:00

14 lines
339 B
JSON

{
"name": "poc-tokens-plugin",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "ng build colors-to-tokens-plugin",
"build:dev": "ng build colors-to-tokens-plugin --configuration development",
"serve": "ng serve colors-to-tokens-plugin",
"lint": "eslint .",
"test": "exit 0"
}
}