riof
Version:
Rio framework
37 lines (35 loc) • 760 B
JSON
{
"name": "riof",
"version": "1.0.32",
"description": "Rio framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"riof": "./dist/commands.js"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rio",
"framework"
],
"author": "Halil Savaşcı <halilsavascimail@gmail.com>",
"license": "ISC",
"dependencies": {
"fs-extra": "11.1.1",
"ts-morph": "18.0.0",
"yaml": "2.2.1",
"yargs": "17.7.1"
},
"devDependencies": {
"@retter/rdk": "1.3.10",
"@types/fs-extra": "11.0.1",
"@types/node": "16.11.7",
"@types/yargs": "17.0.24",
"aws-sdk": "2.1358.0",
"ts-node": "10.9.1",
"typescript": "4.1.3"
}
}