okai
Version:
ok ai tool
52 lines (51 loc) • 1.3 kB
JSON
{
"name": "okai",
"type": "module",
"version": "0.0.46",
"bin": "./dist/okai.js",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"scripts": {
"build": "bun run clean && tsc && shx cp ./src/api.d.ts ./dist && chmod +x ./dist/okai.js",
"build-bun": "bun run clean && bun build.ts",
"clean": "shx rm -rf ./dist",
"test": "bun test --",
"prepublishOnly": "bun run build",
"release": "bun run clean && bun run build && bump patch --commit --push --tag && npm publish --access public"
},
"files": [
"dist"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"servicestack",
"api",
"crud",
"generator"
],
"homepage": "https://servicestack.net",
"author": "ServiceStack, Inc. (https://servicestack.net)",
"repository": {
"type": "git",
"url": "git+https://github.com/ServiceStack/okai"
},
"bugs": "https://forums.servicestack.net",
"dependencies": {
"blessed": "^0.1.81"
},
"devDependencies": {
"@types/blessed": "^0.1.25",
"@types/bun": "^1.1.14",
"@types/node": "^22.10.1",
"bun-plugin-dts": "^0.3.0",
"typescript": "^5.7.2"
}
}