soilai
Version:
Smart-brained text-based code-gen
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "soilai",
"version": "0.0.46",
"description": "Smart-brained text-based code-gen",
"author": "Daniel Murawsky",
"homepage": "https://soilai.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/soilaidev/soilai.git"
},
"bugs": "https://github.com/soilaidev/soilai/issues",
"license": "MIT",
"keywords": [
"ai",
"no-code",
"soil"
],
"main": "dist/index.js",
"bin": {
"soilai": "dist/bin/server.js"
},
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc && yarn bundle",
"patch": "npm version patch",
"dev": "ts-node ./src/bin/server.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "npx rollup -c"
},
"dependencies": {
"dotenv": "^16.4.5",
"ignore": "^5.3.1",
"uuid": "^10.0.0"
},
"prettier": {
"printWidth": 80
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.3.0",
"@types/uuid": "^10.0.0",
"rollup": "^4.20.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}