UNPKG

create-netsuite-react-app

Version:

CLI tool to create a production-ready NetSuite React TypeScript app with full API integration

64 lines (63 loc) 1.36 kB
{ "name": "create-netsuite-react-app", "version": "4.0.8", "description": "CLI tool to create a production-ready NetSuite React TypeScript app with full API integration", "type": "module", "main": "index.js", "readme": "README.md", "preferGlobal": true, "bin": { "create-netsuite-react-app": "bin/cli.js" }, "scripts": { "start": "node bin/cli.js" }, "keywords": [ "netsuite", "react", "cli", "template", "typescript", "api", "vite", "suitescript" ], "files": [ "bin", "src", "template", "template/reactApp", "template/Objects", "template/FileCabinet", "template/.vscode", "template/.gitignore", "template/gitignore.template", "template/env.template", "template/manifest.xml", "template/deploy.xml", "template/README.md", "template/package.json", "template/vite.config.ts", "template/setup.js", "template/tsconfig.node.json", "template/project.json", "template/suitecloud.config.cjs" ], "author": "David Richard", "license": "MIT", "dependencies": { "chalk": "^5.3.0", "commander": "^11.1.0", "fs-extra": "^11.2.0", "inquirer": "^9.2.12", "ora": "^7.0.1" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "volta": { "node": "24.1.0", "npm": "11.3.0" } }