@samarium.sdk/new
Version:
60 lines (59 loc) • 1.3 kB
JSON
{
"name": "@samarium.sdk/new",
"version": "0.29.1",
"main": "bin/samarium",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/liontariai/samarium",
"directory": "packages/new"
},
"keywords": [
"graphql",
"typescript",
"compiler",
"api",
"sdk",
"openapi",
"oas3",
"oas3.1",
"swagger",
"graphql-sdk",
"graphql-codegen"
],
"homepage": "https://liontari.ai",
"bin": {
"samarium": "bin/samarium"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin/**/*",
"README.md",
"package.json"
],
"scripts": {
"prettier": "prettier --write .",
"bundle": "bun bundle.ts",
"prepublishOnly": "bun run bundle",
"test": "bun test"
},
"prettier": {
"tabWidth": 4
},
"devDependencies": {
"bun-types": "^1.2.19",
"@samarium.sdk/make": "0.29.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@inquirer/prompts": "^5.0.5",
"commander": "^11.1.0",
"detect-indent": "^7.0.1",
"prettier": "^3.2.5",
"yaml": "^2.6.0"
}
}