@nxrocks/nx-flutter
Version:
Nx plugin adding first class support for Flutter in your Nx workspace
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "@nxrocks/nx-flutter",
"description": "Nx plugin adding first class support for Flutter in your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "10.0.1",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
"type": "git",
"url": "https://github.com/tinesoft/nxrocks.git",
"directory": "packages/nx-flutter"
},
"homepage": "https://github.com/tinesoft/nxrocks/blob/master/packages/nx-flutter#readme",
"bugs": {
"url": "https://github.com/tinesoft/nxrocks/issues"
},
"keywords": [
"nx-plugin",
"flutter",
"nx-workspace",
"nx",
"dart"
],
"dependencies": {
"enquirer": "^2.4.1",
"js-yaml": "^4.1.0",
"tslib": "^2.6.1",
"@nx/workspace": ">=20.0.0",
"@nxrocks/common": "5.0.1"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
"@nx/devkit": ">=20.0.0"
},
"types": "./src/index.d.ts",
"type": "commonjs"
}