{ "name": "create-strata", "version": "0.1.0", "description": "Create a new Strata project", "bin": { "create-strata": "./index.js" }, "files": [ "index.js", "templates" ], "scripts": { "test": "node index.js --help" }, "keywords": [ "strata", "create", "scaffold", "cli" ], "author": "Strata Team", "license": "MIT" }