kobalt
Version:
A cli to generate a theme from figma projects.
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "kobalt",
"version": "1.1.0-alpha.16",
"description": "A cli to generate a theme from figma projects.",
"main": "bin/main.js",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"start": "ts-node src/main.ts",
"generate:types": "ts-node src/generate-types.ts"
},
"preferGlobal": true,
"bin": {
"kobalt": "./bin/main.js"
},
"files": [
"bin/main.js",
"bin/api",
"bin/modules",
"bin/utilities"
],
"author": "Tim Alaerts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/corteki/kobalt"
},
"devDependencies": {
"@tsconfig/node18-strictest": "^1.0.0",
"@types/node": "^18.7.13",
"@types/prettier": "^2.7.0",
"quicktype": "^15.0.261",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"keywords": [
"figma",
"codegenerator",
"react",
"styled-components"
],
"dependencies": {
"@types/react": "^18.0.18",
"@types/styled-components": "^5.1.26",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"prettier": "^2.7.1",
"style-dictionary": "^3.7.1"
}
}