UNPKG

@toptal/davinci-code

Version:

Code generation package for frontend applications

42 lines (41 loc) 980 B
{ "name": "@toptal/davinci-code", "version": "2.0.18", "keywords": [ "code", "generator", "templates" ], "description": "Code generation package for frontend applications", "repository": "toptal/davinci.git", "author": "Toptal", "license": "SEE LICENSE IN LICENSE.MD", "bugs": "https://github.com/toptal/davinci/issues", "homepage": "https://github.com/toptal/davinci/tree/master/packages/code#readme", "bin": { "davinci-code": "./bin/davinci-code.mjs" }, "main": "src/index.mjs", "files": [ "src", "bin", "_templates", "docs", "CHANGELOG.md" ], "scripts": { "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' yarn jest" }, "dependencies": { "@toptal/davinci-cli-shared": "^2.5.1", "hygen": "^6.2.11", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1" }, "devDependencies": { "@jest/globals": "^29.7.0" }, "publishConfig": { "access": "public" } }