29 lines
641 B
JSON
29 lines
641 B
JSON
{
|
|
"name": "@loafle/nx-rust",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"repository": {
|
|
"url": "https://git.loafle.net/loafle/nx",
|
|
"type": "git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://nexus.unbox-x.net/repository/npm-hosted/"
|
|
},
|
|
"generators": "./generators.json",
|
|
"executors": "./executors.json",
|
|
"dependencies": {
|
|
"@nx/devkit": ">= 19 < 21",
|
|
"@ltd/j-toml": "1.38.0",
|
|
"chalk": "^4.1.2",
|
|
"npm-run-path": "^4.0.1",
|
|
"semver": "7.5.4",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@napi-rs/cli": "^3.0.0-alpha.55"
|
|
},
|
|
"nx-migrations": {
|
|
"migrations": "./migrations.json"
|
|
}
|
|
}
|