UNPKG

@toptal/davinci-bootstrap

Version:
47 lines (46 loc) 1.19 kB
{ "name": "@toptal/davinci-bootstrap", "version": "4.0.33", "keywords": [ "cli", "create-app", "react" ], "description": "Creates application from davinci template", "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/bootstrap#readme", "bin": { "davinci-bootstrap": "bin/davinci-bootstrap.js" }, "type": "module", "exports": "./src/index.js", "files": [ "bin", "src", "docs", "CHANGELOG.md" ], "scripts": { "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' yarn jest" }, "dependencies": { "@toptal/davinci-cli-shared": "^2.5.1", "@toptal/davinci-skeleton": "^13.0.1", "@toptal/davinci-skeleton-lib": "^0.2.1", "@toptal/davinci-skeleton-sub-app": "^1.3.1", "execa": "^5.1.1", "find-yarn-workspace-root": "^2.0.0", "fs-extra": "^11.1.1", "lodash.kebabcase": "^4.1.1", "ora": "^5.4.1" }, "devDependencies": { "@jest/globals": "^29.7.0" }, "publishConfig": { "access": "public" } }